This is a static copy of a profile report

Home

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

Parents (calling functions)

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

Line NumberCodeCallsTotal Time% TimeTime Plot
776
opts.using_generated_names = t...
20.001 s79.1%
780
end
20.000 s0.1%
777
if rnc > 0 && rnc &...
20.000 s0.0%
779
end
20.000 s0.0%
All other lines  0.000 s20.7%
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 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
 775 
        function opts = useGeneratedNames(opts,rnc)
< 0.001 
      2 
 776
            opts.using_generated_names = true; 
< 0.001 
      2 
 777
            if rnc > 0 && rnc <= opts.fast_var_opts.numVars 
 778 
                opts.fast_var_opts = opts.fast_var_opts.setVarNames(rnc, {'Row'});
< 0.001 
      2 
 779
            end 
< 0.001 
      2 
 780
        end 

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