This is a static copy of a profile report

Home

onCleanup>onCleanup.onCleanup (202 calls, 0.010 sec)
Generated 05-Nov-2014 07:52:56 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
52
end
2020 s0%
51
h.task = functionHandle;
2020 s0%
44
function h = onCleanup(functio...
2020 s0%
All other lines  0.010 s100.0%
Totals  0.010 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function9
Non-code lines (comments, blank lines)6
Code lines (lines that can run)3
Code lines that did run3
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
202 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
202 51 h.task = functionHandle;
202 52 end

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