This is a static copy of a profile reportHome
UsesWorksheet>UsesWorksheet.clear (Calls: 2, Time: 0.001 s)
Generated 04-Jun-2021 04:11:25 using performance time.
class method in file C:\Program Files\MATLAB\R2020b\toolbox\matlab\io\spreadsheet\+matlab\+io\+internal\+functions\UsesWorksheet.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 |
52 | obj.WorkbookObj = []; | 2 | 0.001 s | 69.0% |  |
51 | obj.SheetObj = []; | 2 | 0.000 s | 9.1% |  |
53 | obj.IsComObject = false; | 2 | 0.000 s | 7.5% |  |
54 | end | 2 | 0.000 s | 0.7% |  |
All other lines | | | 0.000 s | 13.8% |  |
Totals | | | 0.001 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
Total lines in function | 5 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 4 |
Code lines that did run | 4 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time | Calls | line |
---|
| | 50 | function clear(obj)
|
< 0.001 | 2 | 51 | obj.SheetObj = [];
|
< 0.001 | 2 | 52 | obj.WorkbookObj = [];
|
< 0.001 | 2 | 53 | obj.IsComObject = false;
|
< 0.001 | 2 | 54 | end
|
Other subfunctions in this file are not included in this listing.