This is a static copy of a profile report

Home

Function details for uitools/private/allchildRootHelperThis is a static copy of a profile report

Home

uitools/private/allchildRootHelper (Calls: 19, Time: 0.001 s)
Generated 28-Jun-2020 10:10:22 using performance time.
function in file /Applications/MATLAB_R2018a.app/toolbox/matlab/uitools/private/allchildRootHelper.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
allchildfunction19
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
9
rootobj = groot;
190.000 s44.9%
8
if ~isempty( handleList )
190.000 s9.8%
10
end
190.000 s8.5%
7
rootobj = 0;
190.000 s0.3%
All other lines  0.000 s36.5%
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 function10
Non-code lines (comments, blank lines)6
Code lines (lines that can run)4
Code lines that did run4
Code lines that did not run0
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 
     19 
   7
rootobj = 0; 
< 0.001 
     19 
   8
if ~isempty( handleList ) 
< 0.001 
     19 
   9
    rootobj = groot; 
< 0.001 
     19 
  10
end 

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