This is a static copy of a profile reportHome
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 Name | Function Type | Calls |
| print | function | 40 |
| condest | function | 240 |
Lines where the most time was spent
| Line Number | Code | Calls | Total Time | % Time | Time Plot |
| 61 | h.task(); | 280 | 0.022 s | 100.0% |  |
| 62 | end | 280 | 0 s | 0% |  |
| All other lines | | | 0 s | 0% |  |
| Totals | | | 0.022 s | 100% | |
Children (called functions)
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.02 280 61 h.task();
280 62 end
Other subfunctions in this file are not included in this listing.