This is a static copy of a profile reportHome
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 Name | Function Type | Calls |
condest | function | 202 |
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
61 | h.task(); | 202 | 0.050 s | 71.4% |  |
62 | end | 202 | 0 s | 0% |  |
All other lines | | | 0.020 s | 28.6% |  |
Totals | | | 0.070 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
condest>@()warning(warns) | anonymous function | 202 | 0.040 s | 57.1% |  |
Self time (built-ins, overhead, etc.) | | | 0.030 s | 42.9% |  |
Totals | | | 0.070 s | 100% | |
Code Analyzer results
No Code Analyzer messages.Coverage results
[ Show coverage for parent directory ]
Total lines in function | 9 |
Non-code lines (comments, blank lines) | 7 |
Code lines (lines that can run) | 2 |
Code lines that did run | 2 |
Code lines that did not run | 0 |
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.