This is a static copy of a profile report

Home

uitools.uimodemanager.uimodemanager>localDelete (1 call, 0.010 sec)
Generated 05-Nov-2014 07:52:55 using cpu time.
subfunction in file /usr1/opt/matlab/7.13/toolbox/matlab/uitools/@uitools/@uimodemanager/uimodemanager.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
...anager>@(obj,evd)(localDelete(hThis))anonymous function1
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
94
delete(hThis);
10.010 s100.0%
95
end
10 s0%
93
if ishandle(hThis)
10 s0%
All other lines  0 s0%
Totals  0.010 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
uitools.uimode.createuimode>localCleanUpsubfunction10 s0%
Self time (built-ins, overhead, etc.)  0.010 s100.0%
Totals  0.010 s100% 
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
92 function localDelete(hThis)
1 93 if ishandle(hThis)
0.01 1 94 delete(hThis);
1 95 end