This is a static copy of a profile reportHome
VarOptsInputs>VarOptsInputs.set.FillValue (Calls: 15, Time: 0.003 s)
Generated 04-Jun-2021 04:11:21 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 |
74 | obj.FillValue_ = setFillValue(... | 15 | 0.003 s | 94.8% |  |
75 | end | 15 | 0.000 s | 0.1% |  |
All other lines | | | 0.000 s | 5.1% |  |
Totals | | | 0.003 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
...>NumericVarOptsInputs.setFillValue | class method | 15 | 0.002 s | 69.9% |  |
Self time (built-ins, overhead, etc.) | | | 0.001 s | 30.1% |  |
Totals | | | 0.003 s | 100% | |
Code Analyzer results
Line number | Message |
74 | The set method for the property 'FillValue' should not access another property ('FillValue_'). |
Coverage results
Show coverage for parent directory
Total lines in function | 3 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 2 |
Code lines that did run | 2 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time | Calls | line |
---|
| | 73 | function obj = set.FillValue(obj,val)
|
0.003 | 15 | 74 | obj.FillValue_ = setFillValue(obj,val);
|
< 0.001 | 15 | 75 | end
|
Other subfunctions in this file are not included in this listing.