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: 6, Time: 0.001 s)
Generated 28-Jun-2020 22:32:33 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
allchildfunction6
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
56
children = get(h,'Children');
60.001 s59.2%
58
end
60.000 s1.3%
53
if(isa(h,'matlab.graphics.axis...
60.000 s0.1%
55
else
60.000 s0.1%
57
end
60.000 s0.0%
All other lines  0.000 s39.3%
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 function7
Non-code lines (comments, blank lines)1
Code lines (lines that can run)6
Code lines that did run5
Code lines that did not run1
Coverage (did run/can run)83.33 %
Function listing
time 
Calls 
 line
  52 
function children = getchildren(h)
< 0.001 
      6 
  53
if(isa(h,'matlab.graphics.axis.Axes') || isa(h,'matlab.ui.control.UIAxes')) 
  54 
    children = getAllchildChildren(h);
< 0.001 
      6 
  55
else 
< 0.001 
      6 
  56
    children = get(h,'Children'); 
< 0.001 
      6 
  57
end 
< 0.001 
      6 
  58
end 

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