This is a static copy of a profile report

Home

onCleanup>onCleanup.onCleanup (311 calls, 0.050 sec)
Generated 14-Nov-2016 07:47:18 using cpu time.
subfunction in file /usr/local/MATLAB/MATLAB_Production_Server/R2015a/toolbox/matlab/general/onCleanup.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
...rnatePrintPath>LocalUpdateRenderersubfunction6
findallfunction141
allchildfunction156
graphics/private/alternatePrintPathfunction6
workspacefunc>getCleanupHandlersubfunction2
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
43
function h = onCleanup(functio...
3110.030 s60.0%
50
h.task = functionHandle;
3110.010 s20.0%
51
end
3110 s0%
All other lines  0.010 s20.0%
Totals  0.050 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
  0.03 
    311 
  43 
        function h = onCleanup(functionHandle) 
  44 
            % onCleanup - Create a ONCLEANUP object
  45 
            %   C = ONCLEANUP(FUNC) creates C, a ONCLEANUP object.  There is no need to
  46 
            %   further interact with the variable, C.  It will execute FUNC at the time it
  47 
            %   is cleared.
  48 
            %
  49 
            %   See also: CLEAR, ONCLEANUP
  0.01 
    311 
  50 
            h.task = functionHandle; 
    311 
  51 
        end 

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