This is a static copy of a profile report

Home

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

Parents (calling functions)

Function NameFunction TypeCalls
ReadTable>ReadTable.executeclass method2
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
155
func.EmptyColumnType = validat...
20.005 s97.6%
156
end
20.000 s0.0%
All other lines  0.000 s2.4%
Totals  0.005 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
validatestringfunction20.002 s45.3%
stripfunction20.002 s38.2%
Self time (built-ins, overhead, etc.)  0.001 s16.5%
Totals  0.005 s100% 
Code Analyzer results
Line numberMessage
Coverage results
Show coverage for parent directory
Total lines in function3
Non-code lines (comments, blank lines)1
Code lines (lines that can run)2
Code lines that did run2
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
 154 
        function func = set.EmptyColumnType(func,rhs)
  0.005 
      2 
 155
            func.EmptyColumnType = validatestring(strip(rhs),{'char','double'}); 
< 0.001 
      2 
 156
        end 

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