SpreadsheetInputs>SpreadsheetInputs.set.VariableDescriptionsRange (Calls: 2, Time: 0.005 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 |
168 | obj.VariableDescriptionsRange ... | 2 | 0.005 s | 94.9% | |
172 | end | 2 | 0.000 s | 0.0% | |
167 | try | 2 | 0.000 s | 0.0% | |
171 | end | 2 | 0.000 s | 0.0% | |
All other lines | 0.000 s | 5.1% | |||
Totals | 0.005 s | 100% |
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
...t;SpreadsheetImportOptions.getNumVars | class method | 2 | 0.004 s | 87.4% | |
SpreadsheetInputs>validateRange | class method | 2 | 0.000 s | 0.3% | |
Self time (built-ins, overhead, etc.) | 0.001 s | 12.3% | |||
Totals | 0.005 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 | |
---|---|---|---|
166 | function obj = set.VariableDescriptionsRange(obj,rhs) | ||
< 0.001 | 2 | 167 | try |
0.005 | 2 | 168 | obj.VariableDescriptionsRange = validateRange(rhs,'VariableDescriptionsRange',@SingleRecordNumVars,obj.getNumVars()); |
169 | catch ME | ||
170 | throwAsCaller(ME); | ||
< 0.001 | 2 | 171 | end |
< 0.001 | 2 | 172 | end |
Other subfunctions in this file are not included in this listing.