This is a static copy of a profile report

Home

onCleanup>onCleanup.delete (202 calls, 0.070 sec)
Generated 05-Nov-2014 07:52:57 using cpu time.
subfunction in file /usr1/opt/matlab/7.13/toolbox/matlab/general/onCleanup.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
condestfunction202
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
61
h.task();
2020.050 s71.4%
62
end
2020 s0%
All other lines  0.020 s28.6%
Totals  0.070 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
condest>@()warning(warns)anonymous function2020.040 s57.1%
Self time (built-ins, overhead, etc.)  0.030 s42.9%
Totals  0.070 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.05 202 61 h.task();
202 62 end

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