This is a static copy of a profile reportHome
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)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
214 | opts.VariableUnitsRange = func... | 2 | 0.008 s | 58.2% |  |
215 | opts.VariableDescriptionsRange... | 2 | 0.005 s | 40.8% |  |
216 | end | 2 | 0.000 s | 0.0% |  |
All other lines | | | 0.000 s | 1.1% |  |
Totals | | | 0.013 s | 100% | |
Children (called functions)
Code Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
Total lines in function | 4 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 3 |
Code lines that did run | 3 |
Code lines that did not run | 0 |
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.