This is a static copy of a profile reportHome
ReadTableWithImportOptionsSpreadsheet>ReadTableWithImportOptionsSpreadsheet.usingRowNames (Calls: 1, Time: 0.001 s)
Generated 04-Jun-2021 04:11:25 using performance time.
class method in file C:\Program Files\MATLAB\R2020b\toolbox\matlab\io\spreadsheet\+matlab\+io\+internal\+functions\ReadTableWithImportOptionsSpreadsheet.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 |
169 | tf = ~strcmp('',func.Options.R... | 1 | 0.000 s | 38.0% |  |
166 | if isnumeric(func.Options.RowN... | 1 | 0.000 s | 36.3% |  |
171 | end | 1 | 0.000 s | 0.1% |  |
170 | end | 1 | 0.000 s | 0.0% |  |
168 | else | 1 | 0.000 s | 0.0% |  |
All other lines | | | 0.000 s | 25.5% |  |
Totals | | | 0.001 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
Total lines in function | 7 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 6 |
Code lines that did run | 5 |
Code lines that did not run | 1 |
Coverage (did run/can run) | 83.33 % |
Function listing
time | Calls | line |
---|
| | 165 | function tf = usingRowNames(func)
|
< 0.001 | 1 | 166 | if isnumeric(func.Options.RowNamesRange)
|
| | 167 | tf = (func.Options.RowNamesRange > 0);
|
< 0.001 | 1 | 168 | else
|
< 0.001 | 1 | 169 | tf = ~strcmp('',func.Options.RowNamesRange);
|
< 0.001 | 1 | 170 | end
|
< 0.001 | 1 | 171 | end
|
Other subfunctions in this file are not included in this listing.