This is a static copy of a profile report

Home

findall>showHiddenHandlesToFindAllHandles (Calls: 4, Time: 0.001 s)
Generated 18-May-2021 16:05:22 using performance time.
subfunction in file /usr/local/MATLAB/R2021a/toolbox/matlab/graphics/objectsystem/findall.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
findallfunction4
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
53
set(rootobj,'ShowHiddenHandles...
40.000 s32.2%
52
Temp=get(rootobj,'ShowHiddenHa...
40.000 s24.4%
54
task = @() set(rootobj, 'ShowH...
40.000 s19.1%
All other lines  0.000 s24.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 function4
Non-code lines (comments, blank lines)1
Code lines (lines that can run)3
Code lines that did run3
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
  51 
function task = showHiddenHandlesToFindAllHandles(rootobj)
< 0.001 
      4 
  52
Temp=get(rootobj,'ShowHiddenHandles'); 
< 0.001 
      4 
  53
set(rootobj,'ShowHiddenHandles','on'); 
< 0.001 
      4 
  54
task = @() set(rootobj, 'ShowHiddenHandles',Temp); 

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