This is a static copy of a profile report

Home

SpreadsheetInputs>SingleVariable (Calls: 1, Time: 0.000 s)
Generated 04-Jun-2021 04:11:22 using performance time.
class method in file C:\Program Files\MATLAB\R2020b\toolbox\shared\io\general\+matlab\+io\+internal\+shared\SpreadsheetInputs.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
SpreadsheetInputs>validateRangeclass method1
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
305
if strcmp(type,'row-only')
10.000 s0.6%
309
if ~any(rangesize(2) == [-1 1]...
10.000 s0.3%
312
end
10.000 s0.2%
307
end
10.000 s0.0%
311
end
10 s0%
All other lines  0.000 s98.9%
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 function10
Non-code lines (comments, blank lines)3
Code lines (lines that can run)7
Code lines that did run5
Code lines that did not run2
Coverage (did run/can run)71.43 %
Function listing
time 
Calls 
 line
 303 
function SingleVariable(propname,type,rangesize,~)
 304 
% Cannot support rows
< 0.001 
      1 
 305
if strcmp(type,'row-only') 
 306 
    error(message('MATLAB:spreadsheet:importoptions:PropSupportOpenRow',propname));
< 0.001 
      1 
 307
end 
 308 
% must match the number of variables, be open-ended (cell/row), or a named range.
< 0.001 
      1 
 309
if ~any(rangesize(2) == [-1 1]) 
 310 
    error(message('MATLAB:spreadsheet:importoptions:SingleCol',propname));
      1 
 311
end 
< 0.001 
      1 
 312
end 

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