This is a static copy of a profile report

Home

DetectImportOptionsSpreadsheet>DetectImportOptionsSpreadsheet.setNonDetectionProperties (Calls: 2, Time: 0.013 s)
Generated 04-Jun-2021 04:11:23 using performance time.
class method in file C:\Program Files\MATLAB\R2020b\toolbox\matlab\io\spreadsheet\+matlab\+io\+internal\+functions\DetectImportOptionsSpreadsheet.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
...etectImportOptionsSpreadsheet.executeclass method2
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
214
opts.VariableUnitsRange = func...
20.008 s58.2%
215
opts.VariableDescriptionsRange...
20.005 s40.8%
216
end
20.000 s0.0%
All other lines  0.000 s1.1%
Totals  0.013 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
...eadsheetInputs.set.VariableUnitsRangeclass method20.007 s53.8%
...tInputs.set.VariableDescriptionsRangeclass method20.005 s36.2%
Self time (built-ins, overhead, etc.)  0.001 s10.0%
Totals  0.013 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function4
Non-code lines (comments, blank lines)1
Code lines (lines that can run)3
Code lines that did run3
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
 213 
        function opts = setNonDetectionProperties(func,opts)
  0.008 
      2 
 214
            opts.VariableUnitsRange = func.VariableUnitsRange; 
  0.005 
      2 
 215
            opts.VariableDescriptionsRange = func.VariableDescriptionsRange; 
< 0.001 
      2 
 216
        end 

Other subfunctions in this file are not included in this listing.