This is a static copy of a profile report

Home

axis>isnumericAxes (Calls: 1, Time: 0.005 s)
Generated 18-May-2021 16:05:24 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
516
result = result && isn...
10.005 s91.1%
515
if hasZProperties(handle(h))
10.000 s4.2%
513
result = isnumeric(get(h,'XLim...
10.000 s2.7%
514
result = result && isn...
10.000 s1.7%
517
end
10.000 s0.2%
All other lines  0.000 s0.2%
Totals  0.005 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
...nteractions.createDefaultInteractionsclass method10.001 s26.2%
...t;ControlManager.sendPVPairsToControlclass method10.000 s2.3%
Self time (built-ins, overhead, etc.)  0.004 s71.5%
Totals  0.005 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function6
Non-code lines (comments, blank lines)1
Code lines (lines that can run)5
Code lines that did run5
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
 512 
function result = isnumericAxes(h)
< 0.001 
      1 
 513
result = isnumeric(get(h,'XLim')); 
< 0.001 
      1 
 514
result = result && isnumeric(get(h,'YLim')); 
< 0.001 
      1 
 515
if hasZProperties(handle(h)) 
  0.005 
      1 
 516
    result = result && isnumeric(get(h,'ZLim')); 
< 0.001 
      1 
 517
end 

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