This is a static copy of a profile report

Home

FastVarOpts>FastVarOpts.get.Types (Calls: 2, Time: 0.000 s)
Generated 04-Jun-2021 04:11:22 using performance time.
class method in file C:\Program Files\MATLAB\R2020b\toolbox\shared\io\general\+matlab\+io\+internal\FastVarOpts.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
...;DetectImportOptions.setVariablePropsclass method2
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
261
t = obj.OptionsStruct.Types;
20.000 s56.7%
265
end
20.000 s1.1%
262
if isempty(t)
20.000 s0.1%
264
end
20 s0%
All other lines  0.000 s42.1%
Totals  0.000 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function6
Non-code lines (comments, blank lines)1
Code lines (lines that can run)5
Code lines that did run4
Code lines that did not run1
Coverage (did run/can run)80.00 %
Function listing
time 
Calls 
 line
 260 
        function t = get.Types(obj)
< 0.001 
      2 
 261
            t = obj.OptionsStruct.Types; 
< 0.001 
      2 
 262
            if isempty(t) 
 263 
                t = cell(0, 0);
      2 
 264
            end 
< 0.001 
      2 
 265
        end 

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