This is a static copy of a profile report

Home

onCleanup>onCleanup.delete (311 calls, 5.352 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
findallfunction141
allchildfunction156
...rnatePrintPath>LocalUpdateRenderersubfunction6
graphics/private/alternatePrintPathfunction6
workspacefuncfunction2
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
60
h.task();
3115.352 s100.0%
61
end
3110 s0%
All other lines  0 s0%
Totals  5.352 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
...tePrintPath>@()printCleanup(pj,pt)anonymous function65.282 s98.7%
...set(rootobj,'ShowHiddenHandles',Temp)anonymous function1410.040 s0.8%
...set(rootobj,'ShowHiddenHandles',Temp)anonymous function1560.020 s0.4%
...pace.MatlabWorkspaceListener.swl(swl)anonymous function20 s0%
...)ensureRendererSettingConsistency(pj)anonymous function60 s0%
Self time (built-ins, overhead, etc.)  0.010 s0.2%
Totals  5.352 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function9
Non-code lines (comments, blank lines)7
Code lines (lines that can run)2
Code lines that did run2
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
calls 
 line
  53 
        function delete(h)
  54 
            % DELETE - Delete a ONCLEANUP object.
  55 
            %   DELETE does not need to be called directly, as it is called when the
  56 
            %   ONCLEANUP object is cleared.  DELETE is implicitly called for all ONCLEANUP
  57 
            %   objects that are local variables in a function that terminates.
  58 
            %
  59 
            %   See also: CLEAR, ONCLEANUP, ONCLEANUP/ONCLEANUP
  5.35 
    311 
  60 
            h.task(); 
    311 
  61 
        end 

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