This is a static copy of a profile report

Home

SpreadsheetInputs>SpreadsheetInputs.set.DataRange (Calls: 2, Time: 0.008 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
...rtOptionsSpreadsheet.getOptsFromSheetclass method2
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
136
obj.DataRange = obj.validateDa...
20.008 s97.2%
140
end
20.000 s0.0%
139
end
20.000 s0.0%
135
try
20.000 s0.0%
All other lines  0.000 s2.8%
Totals  0.008 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
...t;SpreadsheetInputs.validateDataRangeclass method20.007 s90.3%
Self time (built-ins, overhead, etc.)  0.001 s9.7%
Totals  0.008 s100% 
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 run4
Code lines that did not run2
Coverage (did run/can run)66.67 %
Function listing
time 
Calls 
 line
 134 
        function obj = set.DataRange(obj,rhs)
< 0.001 
      2 
 135
        try 
  0.008 
      2 
 136
            obj.DataRange = obj.validateDataRange(rhs); 
 137 
        catch ME
 138 
            throwAsCaller(ME);
< 0.001 
      2 
 139
        end 
< 0.001 
      2 
 140
        end 

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