This is a static copy of a profile report

Home

allchild>getchildren (Calls: 92, Time: 0.046 s)
Generated 16-Jul-2020 17:08:33 using performance time.
subfunction in file /Applications/MATLAB_R2020a.app/toolbox/matlab/uitools/allchild.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
allchildfunction92
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
56
children = get(h,'Children');
600.032 s69.2%
54
children = getAllchildChildren...
320.009 s20.3%
53
if(isa(h,'matlab.graphics.axis...
920.003 s7.0%
58
end
920.000 s0.2%
57
end
920.000 s0.0%
All other lines  0.002 s3.3%
Totals  0.046 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
...nPane>AnnotationPane.getParentImplclass method800.008 s16.9%
Legend.doGetChildrenfunction160.003 s7.0%
...er>AxesLayoutManager.getParentImplclass method320.000 s0.3%
Self time (built-ins, overhead, etc.)  0.035 s75.8%
Totals  0.046 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function7
Non-code lines (comments, blank lines)1
Code lines (lines that can run)6
Code lines that did run6
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
  52 
function children = getchildren(h)
  0.003 
     92 
  53
if(isa(h,'matlab.graphics.axis.Axes') || isa(h,'matlab.ui.control.UIAxes')) 
  0.009 
     32 
  54
    children = getAllchildChildren(h); 
< 0.001 
     60 
  55
else 
  0.032 
     60 
  56
    children = get(h,'Children'); 
< 0.001 
     92 
  57
end 
< 0.001 
     92 
  58
end 

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