This is a static copy of a profile report

Home

Function details for allchild>getchildrenThis is a static copy of a profile report

Home

allchild>getchildren (Calls: 10, Time: 0.003 s)
Generated 02-May-2020 21:54:27 using performance time.
subfunction in file /Applications/MATLAB_R2018a.app/toolbox/matlab/uitools/allchild.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
allchildfunction10
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
56
children = get(h,'Children');
80.001 s38.2%
53
if(isa(h,'matlab.graphics.axis...
100.001 s19.8%
54
children = getAllchildChildren...
20.000 s15.9%
58
end
100.000 s0.8%
57
end
100.000 s0.1%
All other lines  0.001 s25.3%
Totals  0.003 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)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.001 
     10 
  53
if(isa(h,'matlab.graphics.axis.Axes') || isa(h,'matlab.ui.control.UIAxes')) 
< 0.001 
      2 
  54
    children = getAllchildChildren(h); 
< 0.001 
      8 
  55
else 
  0.001 
      8 
  56
    children = get(h,'Children'); 
< 0.001 
     10 
  57
end 
< 0.001 
     10 
  58
end 

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