This is a static copy of a profile reportHome
SpreadsheetInputs>SpreadsheetInputs.set.RowNamesRange (Calls: 2, Time: 0.007 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)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
152 | obj.RowNamesRange = validateRa... | 2 | 0.006 s | 92.7% |  |
156 | end | 2 | 0.000 s | 0.0% |  |
155 | end | 2 | 0.000 s | 0.0% |  |
151 | try | 2 | 0.000 s | 0.0% |  |
All other lines | | | 0.000 s | 7.3% |  |
Totals | | | 0.007 s | 100% | |
Children (called functions)
Code 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 | 4 |
Code lines that did not run | 2 |
Coverage (did run/can run) | 66.67 % |
Function listing
time | Calls | line |
---|
| | 150 | function obj = set.RowNamesRange(obj,rhs)
|
< 0.001 | 2 | 151 | try
|
0.006 | 2 | 152 | obj.RowNamesRange = validateRange(rhs,'RowNamesRange',@SingleVariable,obj.getNumVars());
|
| | 153 | catch ME
|
| | 154 | throwAsCaller(ME);
|
< 0.001 | 2 | 155 | end
|
< 0.001 | 2 | 156 | end
|
Other subfunctions in this file are not included in this listing.