This is a static copy of a profile reportHome
onCleanup>onCleanup.onCleanup (280 calls, 0.022 sec)
Generated 05-Aug-2011 13:03:34 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 |
| 51 | h.task = functionHandle; | 280 | 0.011 s | 50.0% |  |
| 44 | function h = onCleanup(functio... | 280 | 0.011 s | 50.0% |  |
| 52 | end | 280 | 0 s | 0% |  |
| All other lines | | | 0 s | 0% |  |
| Totals | | | 0.022 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
[ Show coverage for parent directory ]
| Total lines in function | 9 |
| Non-code lines (comments, blank lines) | 6 |
| Code lines (lines that can run) | 3 |
| Code lines that did run | 3 |
| Code lines that did not run | 0 |
| Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
0.01 280 44 function h = onCleanup(functionHandle)
45 % onCleanup - Create a ONCLEANUP object
46 % C = ONCLEANUP(FUNC) creates C, a ONCLEANUP object. There is no need to
47 % further interact with the variable, C. It will execute FUNC at the time it
48 % is cleared.
49 %
50 % See also: CLEAR, ONCLEANUP
0.01 280 51 h.task = functionHandle;
280 52 end
Other subfunctions in this file are not included in this listing.