This is a static copy of a profile reportHome
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)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
776 | opts.using_generated_names = t... | 2 | 0.001 s | 79.1% |  |
780 | end | 2 | 0.000 s | 0.1% |  |
777 | if rnc > 0 && rnc &... | 2 | 0.000 s | 0.0% |  |
779 | end | 2 | 0.000 s | 0.0% |  |
All other lines | | | 0.000 s | 20.7% |  |
Totals | | | 0.001 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
Total lines in function | 6 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 5 |
Code lines that did run | 4 |
Code lines that did not run | 1 |
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.