SpreadsheetInputs>SpreadsheetInputs.set.VariableUnitsRange (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
Function Name | Function Type | Calls |
...Spreadsheet.setNonDetectionProperties | class method | 2 |
Line Number | Code | Calls | Total Time | % Time | Time Plot |
160 | obj.VariableUnitsRange = valid... | 2 | 0.007 s | 96.7% | |
164 | end | 2 | 0.000 s | 0.0% | |
163 | end | 2 | 0.000 s | 0.0% | |
159 | try | 2 | 0.000 s | 0.0% | |
All other lines | 0.000 s | 3.3% | |||
Totals | 0.007 s | 100% |
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
...t;SpreadsheetImportOptions.getNumVars | class method | 2 | 0.007 s | 92.2% | |
SpreadsheetInputs>validateRange | class method | 2 | 0.000 s | 0.2% | |
Self time (built-ins, overhead, etc.) | 0.001 s | 7.6% | |||
Totals | 0.007 s | 100% |
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 % |
time | Calls | line | |
---|---|---|---|
158 | function obj = set.VariableUnitsRange(obj,rhs) | ||
< 0.001 | 2 | 159 | try |
0.007 | 2 | 160 | obj.VariableUnitsRange = validateRange(rhs,'VariableUnitsRange',@SingleRecordNumVars,obj.getNumVars()); |
161 | catch ME | ||
162 | throwAsCaller(ME); | ||
< 0.001 | 2 | 163 | end |
< 0.001 | 2 | 164 | end |
Other subfunctions in this file are not included in this listing.