This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
...hImportOptionsSpreadsheet.executeImplclass method1
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
169
tf = ~strcmp('',func.Options.R...
10.000 s38.0%
166
if isnumeric(func.Options.RowN...
10.000 s36.3%
171
end
10.000 s0.1%
170
end
10.000 s0.0%
168
else
10.000 s0.0%
All other lines  0.000 s25.5%
Totals  0.001 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function7
Non-code lines (comments, blank lines)1
Code lines (lines that can run)6
Code lines that did run5
Code lines that did not run1
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.