This is a static copy of a profile reportHome
workspacefunc>getCleanupHandler (Calls: 3, Time: 0.002 s)
Generated 18-May-2021 16:05:18 using performance time.
subfunction in file /usr/local/MATLAB/R2021a/toolbox/matlab/codetools/workspacefunc.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Lines where the most time was spent
| Line Number | Code | Calls | Total Time | % Time | Time Plot |
| 1612 | cleaner = onCleanup(@(~,~) com... | 3 | 0.002 s | 93.4% |  |
| All other lines | | | 0.000 s | 6.6% |  |
| Totals | | | 0.002 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
| Line number | Message |
| 1612 | 'com.mathworks' package and subpackages will be removed in a future release. There is no simple replacement for this. |
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 |
|---|
| | 1611 | function cleaner = getCleanupHandler(swl)
|
0.002 | 3 | 1612 | cleaner = onCleanup(@(~,~) com.mathworks.mlwidgets.workspace.MatlabWorkspaceListener.swl(swl));
|
Other subfunctions in this file are not included in this listing.