This is a static copy of a profile report

Home

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 NameFunction TypeCalls
subplotfunction6
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
764
out = isa(h,'matlab.graphics.a...
60.000 s28.3%
763
h = handle(obj);
60.000 s24.0%
762
if isgraphics(obj)
60.000 s21.8%
768
end
60.000 s3.7%
761
out = false;
60.000 s2.3%
All other lines  0.000 s19.9%
Totals  0.001 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function9
Non-code lines (comments, blank lines)1
Code lines (lines that can run)8
Code lines that did run6
Code lines that did not run2
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.