This is a static copy of a profile reportHome
FastVarOpts>FastVarOpts.get.Types (Calls: 2, Time: 0.000 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\FastVarOpts.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 |
261 | t = obj.OptionsStruct.Types; | 2 | 0.000 s | 56.7% |  |
265 | end | 2 | 0.000 s | 1.1% |  |
262 | if isempty(t) | 2 | 0.000 s | 0.1% |  |
264 | end | 2 | 0 s | 0% |  |
All other lines | | | 0.000 s | 42.1% |  |
Totals | | | 0.000 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
Total lines in function | 6 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 5 |
Code lines that did run | 4 |
Code lines that did not run | 1 |
Coverage (did run/can run) | 80.00 % |
Function listing
time | Calls | line |
---|
| | 260 | function t = get.Types(obj)
|
< 0.001 | 2 | 261 | t = obj.OptionsStruct.Types;
|
< 0.001 | 2 | 262 | if isempty(t)
|
| | 263 | t = cell(0, 0);
|
| 2 | 264 | end
|
< 0.001 | 2 | 265 | end
|
Other subfunctions in this file are not included in this listing.