This is a static copy of a profile reportHome
VarOptsInputs>VarOptsInputs.set.Type (Calls: 30, Time: 0.004 s)
Generated 04-Jun-2021 04:11:18 using performance time.
class method in file C:\Program Files\MATLAB\R2020b\toolbox\shared\io\general\+matlab\+io\+internal\+shared\VarOptsInputs.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 |
66 | obj.Type_ = setType(obj,val); | 30 | 0.003 s | 89.4% |  |
67 | end | 30 | 0.000 s | 0.2% |  |
65 | val = convertStringsToChars(va... | 30 | 0.000 s | 0.0% |  |
All other lines | | | 0.000 s | 10.3% |  |
Totals | | | 0.004 s | 100% | |
Children (called functions)
Code Analyzer results
Line number | Message |
66 | The set method for the property 'Type' should not access another property ('Type_'). |
Coverage results
Show coverage for parent directory
Total lines in function | 4 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 3 |
Code lines that did run | 3 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time | Calls | line |
---|
| | 64 | function obj = set.Type(obj,val)
|
< 0.001 | 30 | 65 | val = convertStringsToChars(val);
|
0.003 | 30 | 66 | obj.Type_ = setType(obj,val);
|
< 0.001 | 30 | 67 | end
|
Other subfunctions in this file are not included in this listing.