This is a static copy of a profile report

Home

axis>allAxes (Calls: 1, Time: 0.000 s)
Generated 18-May-2021 16:05:25 using performance time.
subfunction in file /usr/local/MATLAB/R2021a/toolbox/matlab/graph2d/axis.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
axisfunction1
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
499
result = all(ishghandle(h(:)))...
10.000 s53.7%
501
if any(ishghandle(h(:),'geoaxe...
10.000 s33.1%
503
end
10.000 s5.0%
All other lines  0.000 s8.3%
Totals  0.000 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function7
Non-code lines (comments, blank lines)2
Code lines (lines that can run)5
Code lines that did run3
Code lines that did not run2
Coverage (did run/can run)60.00 %
Function listing
time 
Calls 
 line
 497 
function result = allAxes(h)
 498 

< 0.001 
      1 
 499
result = all(ishghandle(h(:))) && ... 
 500 
         length(findobj(h(:),'-regexp','Type','.*axes','-depth',0)) == length(h(:));
< 0.001 
      1 
 501
if any(ishghandle(h(:),'geoaxes')) 
 502 
    error(message('MATLAB:Chart:UnsupportedConvenienceFunction', 'axis', 'geoaxes'));
< 0.001 
      1 
 503
end 

Other subfunctions in this file are not included in this listing.