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: 19, Time: 0.001 s) Generated 28-Jun-2020 10:10:22 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 19
Lines where the most time was spent
Line Number Code Calls Total Time % Time Time Plot 50 h.task = functionHandle; 19 0.000 s 32.6% 43 function h = onCleanup(functio... 19 0.000 s 24.6% 51 end 19 0.000 s 8.8% All other lines 0.000 s 34.0% 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 19 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 19 50 h.task = functionHandle; < 0.001 19 51 end
Other subfunctions in this file are not included in this listing.