This is a static copy of a profile reportHome
allchild>getchildren (Calls: 5, Time: 0.001 s)
Generated 18-Jul-2020 08:10:36 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 Name | Function Type | Calls |
allchild | function | 5 |
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
56 | children = get(h,'Children'); | 5 | 0.001 s | 70.7% | |
58 | end | 5 | 0.000 s | 0.6% | |
57 | end | 5 | 0.000 s | 0.1% | |
55 | else | 5 | 0.000 s | 0.1% | |
53 | if(isa(h,'matlab.graphics.axis... | 5 | 0.000 s | 0.1% | |
All other lines | | | 0.000 s | 28.4% | |
Totals | | | 0.001 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
Total lines in function | 7 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 6 |
Code lines that did run | 5 |
Code lines that did not run | 1 |
Coverage (did run/can run) | 83.33 % |
Function listing
time | Calls | line |
---|
| | 52 | function children = getchildren(h)
|
< 0.001 | 5 | 53 | if(isa(h,'matlab.graphics.axis.Axes') || isa(h,'matlab.ui.control.UIAxes'))
|
| | 54 | children = getAllchildChildren(h);
|
< 0.001 | 5 | 55 | else
|
< 0.001 | 5 | 56 | children = get(h,'Children');
|
< 0.001 | 5 | 57 | end
|
< 0.001 | 5 | 58 | end
|
Other subfunctions in this file are not included in this listing.