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: 6, Time: 0.001 s)
Generated 28-Jun-2020 22:32:33 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
allchildfunction6
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
43
function h = onCleanup(functio...
60.000 s34.1%
50
h.task = functionHandle;
60.000 s24.6%
51
end
60.000 s3.6%
All other lines  0.000 s37.7%
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 
      6 
  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 
      6 
  50
            h.task = functionHandle; 
< 0.001 
      6 
  51
        end 

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