This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
readtable>@()func.WorkSheet.clear()anonymous function2
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
52
obj.WorkbookObj = [];
20.001 s69.0%
51
obj.SheetObj = [];
20.000 s9.1%
53
obj.IsComObject = false;
20.000 s7.5%
54
end
20.000 s0.7%
All other lines  0.000 s13.8%
Totals  0.001 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function5
Non-code lines (comments, blank lines)1
Code lines (lines that can run)4
Code lines that did run4
Code lines that did not run0
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.