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: 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 Name Function Type Calls allchild function 3
Lines where the most time was spent
Line Number Code Calls Total Time % Time Time Plot 50 h.task = functionHandle; 3 0.000 s 30.9% 43 function h = onCleanup(functio... 3 0.000 s 28.5% 51 end 3 0.000 s 5.9% All other lines 0.000 s 34.6% 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 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.