This is a static copy of a profile report

Home

VariableImportOptions>VariableImportOptions.makeOptsStruct (Calls: 5, Time: 0.003 s)
Generated 04-Jun-2021 04:11:19 using performance time.
class method in file C:\Program Files\MATLAB\R2020b\toolbox\shared\io\general\+matlab\+io\VariableImportOptions.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
...xtVariableImportOptions.getOptsStructclass method5
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
185
s = opts.addTypeSpecificOpts(s...
50.002 s55.0%
183
s.FillValue = opts.getFillValu...
50.001 s27.1%
184
s.EmptyFieldRule = opts.EmptyF...
50.000 s4.9%
182
s.Type = opts.Type_;
50.000 s4.5%
181
s.Name = opts.Name_;
50.000 s4.2%
All other lines  0.000 s4.4%
Totals  0.003 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
...ableImportOptions.addTypeSpecificOptsclass method50.002 s45.4%
...uts>TextVarOptsInputs.getFillValueclass method50.000 s14.1%
Self time (built-ins, overhead, etc.)  0.001 s40.5%
Totals  0.003 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function8
Non-code lines (comments, blank lines)2
Code lines (lines that can run)6
Code lines that did run6
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
 179 
        function s = makeOptsStruct(opts)
 180 

< 0.001 
      5 
 181
            s.Name = opts.Name_; 
< 0.001 
      5 
 182
            s.Type = opts.Type_; 
< 0.001 
      5 
 183
            s.FillValue = opts.getFillValue(opts.FillValue_); 
< 0.001 
      5 
 184
            s.EmptyFieldRule = opts.EmptyFieldRule; 
  0.002 
      5 
 185
            s = opts.addTypeSpecificOpts(s); 
< 0.001 
      5 
 186
        end 

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