This is a static copy of a profile report

Home

AcceptsSheetNameOrNumber>AcceptsSheetNameOrNumber.set.Sheet (Calls: 4, Time: 0.005 s)
Generated 04-Jun-2021 04:11:21 using performance time.
class method in file C:\Program Files\MATLAB\R2020b\toolbox\matlab\io\spreadsheet\+matlab\+io\+internal\+functions\AcceptsSheetNameOrNumber.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
...rtOptionsSpreadsheet.getOptsFromSheetclass method2
readSpreadsheetfunction2
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
26
[sh,func] = func.setSheet(rhs)...
40.004 s86.7%
27
func.Sheet = convertStringsToC...
40.000 s5.9%
28
end
40.000 s0.0%
All other lines  0.000 s7.3%
Totals  0.005 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
...tInputs>SpreadsheetInputs.setSheetclass method40.004 s75.4%
Self time (built-ins, overhead, etc.)  0.001 s24.6%
Totals  0.005 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function4
Non-code lines (comments, blank lines)1
Code lines (lines that can run)3
Code lines that did run3
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
  25 
        function func = set.Sheet(func,rhs)
  0.004 
      4 
  26
            [sh,func] = func.setSheet(rhs); 
< 0.001 
      4 
  27
            func.Sheet = convertStringsToChars(sh); 
< 0.001 
      4 
  28
        end 

Other subfunctions in this file are not included in this listing.