This is a static copy of a profile report

Home

Function details for onCleanup>onCleanup.deleteThis is a static copy of a profile report

Home

onCleanup>onCleanup.delete (Calls: 3, Time: 0.002 s)
Generated 01-May-2020 20:23:06 using performance time.
class method in file /Applications/MATLAB_R2018a.app/toolbox/matlab/general/onCleanup.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
allchildfunction3
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
60
h.task();
30.002 s90.8%
61
end
30.000 s0.5%
All other lines  0.000 s8.7%
Totals  0.002 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
...set(rootobj,'ShowHiddenHandles',Temp)anonymous function30.002 s66.3%
Self time (built-ins, overhead, etc.)  0.001 s33.7%
Totals  0.002 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
  0.002 
      3 
  60
            h.task(); 
< 0.001 
      3 
  61
        end 

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