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: 31, Time: 0.106 s)
Generated 02-May-2020 21:54:27 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
allchildfunction10
UnsupportedInUifigurefunction2
...rnatePrintPath>LocalUpdateRenderersubfunction1
findallfunction17
graphics/private/alternatePrintPathfunction1
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
60
h.task();
310.106 s99.6%
61
end
310.000 s0.1%
All other lines  0.000 s0.3%
Totals  0.106 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
...tePrintPath>@()printCleanup(pj,pt)anonymous function10.098 s92.3%
...set(rootobj,'ShowHiddenHandles',Temp)anonymous function170.003 s2.8%
...set(rootobj,'ShowHiddenHandles',Temp)anonymous function100.001 s1.4%
...)ensureRendererSettingConsistency(pj)anonymous function10.001 s1.1%
...figure>@()lastwarn(lastmsg,lastid)anonymous function10.000 s0.3%
UnsupportedInUifigure>@()warning(w)anonymous function10.000 s0.3%
Self time (built-ins, overhead, etc.)  0.002 s1.7%
Totals  0.106 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.106 
     31 
  60
            h.task(); 
< 0.001 
     31 
  61
        end 

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