This is a static copy of a profile report Home
Function details for onCleanup>onCleanup.onCleanup This 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 Name Function Type Calls allchild function 6
Lines where the most time was spent
Line Number Code Calls Total Time % Time Time Plot 43 function h = onCleanup(functio... 6 0.000 s 34.1% 50 h.task = functionHandle; 6 0.000 s 24.6% 51 end 6 0.000 s 3.6% All other lines 0.000 s 37.7% Totals 0.001 s 100%
Children (called functions) No children
Code Analyzer results No Code Analyzer messages.
Coverage results Show coverage for parent directoryTotal lines in function 9 Non-code lines (comments, blank lines) 6 Code lines (lines that can run) 3 Code lines that did run 3 Code lines that did not run 0 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.