This is a static copy of a profile report

Home

readSpreadsheet>validateLogicalScalar (Calls: 8, Time: 0.000 s)
Generated 04-Jun-2021 04:11:23 using performance time.
subfunction in file C:\Program Files\MATLAB\R2020b\toolbox\matlab\io\spreadsheet\+matlab\+io\+spreadsheet\+internal\readSpreadsheet.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
...ogicalScalar(rhs,'ReadVariableNames')anonymous function2
...dateLogicalScalar(rhs,'ReadRowNames')anonymous function2
...validateLogicalScalar(rhs,'UseExcel')anonymous function2
...LogicalScalar(rhs,'FixVariableNames')anonymous function2
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
160
if ~isnumeric(rhs) && ...
80.000 s44.0%
163
end
80.000 s1.2%
162
end
80.000 s0.2%
All other lines  0.000 s54.6%
Totals  0.000 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function5
Non-code lines (comments, blank lines)1
Code lines (lines that can run)4
Code lines that did run3
Code lines that did not run1
Coverage (did run/can run)75.00 %
Function listing
time 
Calls 
 line
 159 
function validateLogicalScalar(rhs,propname)
< 0.001 
      8 
 160
    if ~isnumeric(rhs) && ~isscalar(rhs) 
 161 
        error(message('MATLAB:table:InvalidLogicalVal',propname));
< 0.001 
      8 
 162
    end 
< 0.001 
      8 
 163
end 

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