This is a static copy of a profile reportHome
workspacefunc>getCleanupHandler (2 calls, 0.000 sec)
Generated 14-Nov-2016 07:47:17 using cpu time.
subfunction in file /usr/local/MATLAB/MATLAB_Production_Server/R2015a/toolbox/matlab/codetools/workspacefunc.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Lines where the most time was spent
No measurable time spent in this functionLine Number | Code | Calls | Total Time | % Time | Time Plot |
1269 | cleaner = onCleanup(@(~,~) com... | 2 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0 s | 0% | |
Children (called functions)
Code Analyzer results
Coverage results
Show coverage for parent directory
Total lines in function | 2 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 1 |
Code lines that did run | 1 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time | calls | line |
---|
| | 1268 | function cleaner = getCleanupHandler(swl)
|
| 2 | 1269 | cleaner = onCleanup(@(~,~) com.mathworks.mlwidgets.workspace.MatlabWorkspaceListener.swl(swl));
|
Other subfunctions in this file are not included in this listing.