This is a static copy of a profile report

Home

onCleanup>onCleanup.delete (280 calls, 0.022 sec)
Generated 05-Aug-2011 13:03:43 using cpu time.
subfunction in file /usr/local/MATLAB/R2011a/toolbox/matlab/general/onCleanup.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
printfunction40
condestfunction240
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
61
h.task();
2800.022 s100.0%
62
end
2800 s0%
All other lines  0 s0%
Totals  0.022 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
print>@()restorepointers(pj)anonymous function400.011 s50.0%
condest>@()warning(warns)anonymous function2400 s0%
Self time (built-ins, overhead, etc.)  0.011 s50.0%
Totals  0.022 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function9
Non-code lines (comments, blank lines)7
Code lines (lines that can run)2
Code lines that did run2
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
54 function delete(h)
55 % DELETE - Delete a ONCLEANUP object.
56 % DELETE does not need to be called directly, as it is called when the
57 % ONCLEANUP object is cleared. DELETE is implicitly called for all ONCLEANUP
58 % objects that are local variables in a function that terminates.
59 %
60 % See also: CLEAR, ONCLEANUP, ONCLEANUP/ONCLEANUP
0.02 280 61 h.task();
280 62 end

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