This is a static copy of a profile reportHome
uitools/private/allchildRootHelper (Calls: 5, Time: 0.000 s)
Generated 18-Jul-2020 08:10:36 using performance time.
function in file /Applications/MATLAB_R2020a.app/toolbox/matlab/uitools/private/allchildRootHelper.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 |
9 | rootobj = groot; | 5 | 0.000 s | 44.3% | |
8 | if ~isempty( handleList ) | 5 | 0.000 s | 15.9% | |
10 | end | 5 | 0.000 s | 1.1% | |
7 | rootobj = 0; | 5 | 0.000 s | 0.1% | |
All other lines | | | 0.000 s | 38.6% | |
Totals | | | 0.000 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
Total lines in function | 10 |
Non-code lines (comments, blank lines) | 6 |
Code lines (lines that can run) | 4 |
Code lines that did run | 4 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time | Calls | line |
---|
| | 1 | function rootobj = allchildRootHelper(handleList)
|
| | 2 | % This function is undocumented and will change in a future release
|
| | 3 |
|
| | 4 | % Copyright 2011-2014 The MathWorks, Inc.
|
| | 5 |
|
| | 6 | % establish the correct root object
|
< 0.001 | 5 | 7 | rootobj = 0;
|
< 0.001 | 5 | 8 | if ~isempty( handleList )
|
< 0.001 | 5 | 9 | rootobj = groot;
|
< 0.001 | 5 | 10 | end
|
Other subfunctions in this file are not included in this listing.