This is a static copy of a profile report

Home

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

Home

onCleanup>onCleanup.onCleanup (Calls: 3, Time: 0.001 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
50
h.task = functionHandle;
30.000 s30.9%
43
function h = onCleanup(functio...
30.000 s28.5%
51
end
30.000 s5.9%
All other lines  0.000 s34.6%
Totals  0.001 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.001 
      3 
  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.001 
      3 
  50
            h.task = functionHandle; 
< 0.001 
      3 
  51
        end 

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