This is a static copy of a profile reportHome
subplot>isSubplotCandidate (Calls: 6, Time: 0.001 s)
Generated 18-May-2021 16:05:23 using performance time.
subfunction in file /usr/local/MATLAB/R2021a/toolbox/matlab/graph2d/subplot.m
Copy to new window for comparing multiple runs
Parents (calling functions)
| Function Name | Function Type | Calls |
| subplot | function | 6 |
Lines where the most time was spent
| Line Number | Code | Calls | Total Time | % Time | Time Plot |
| 764 | out = isa(h,'matlab.graphics.a... | 6 | 0.000 s | 28.3% |  |
| 763 | h = handle(obj); | 6 | 0.000 s | 24.0% |  |
| 762 | if isgraphics(obj) | 6 | 0.000 s | 21.8% |  |
| 768 | end | 6 | 0.000 s | 3.7% |  |
| 761 | out = false; | 6 | 0.000 s | 2.3% |  |
| All other lines | | | 0.000 s | 19.9% |  |
| Totals | | | 0.001 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
| Total lines in function | 9 |
| Non-code lines (comments, blank lines) | 1 |
| Code lines (lines that can run) | 8 |
| Code lines that did run | 6 |
| Code lines that did not run | 2 |
| Coverage (did run/can run) | 75.00 % |
Function listing
time | Calls | line |
|---|
| | 760 | function out = isSubplotCandidate(obj)
|
< 0.001 | 6 | 761 | out = false;
|
< 0.001 | 6 | 762 | if isgraphics(obj)
|
< 0.001 | 6 | 763 | h = handle(obj);
|
< 0.001 | 6 | 764 | out = isa(h,'matlab.graphics.axis.AbstractAxes') ...
|
| | 765 | || isa(h, 'matlab.graphics.chart.ChartGroup') ...
|
| | 766 | || isa(h, 'matlab.graphics.chart.Chart');
|
< 0.001 | 6 | 767 | end
|
< 0.001 | 6 | 768 | end
|
Other subfunctions in this file are not included in this listing.