This is a static copy of a profile reportHome
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)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
185 | s = opts.addTypeSpecificOpts(s... | 5 | 0.002 s | 55.0% |  |
183 | s.FillValue = opts.getFillValu... | 5 | 0.001 s | 27.1% |  |
184 | s.EmptyFieldRule = opts.EmptyF... | 5 | 0.000 s | 4.9% |  |
182 | s.Type = opts.Type_; | 5 | 0.000 s | 4.5% |  |
181 | s.Name = opts.Name_; | 5 | 0.000 s | 4.2% |  |
All other lines | | | 0.000 s | 4.4% |  |
Totals | | | 0.003 s | 100% | |
Children (called functions)
Code Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
Total lines in function | 8 |
Non-code lines (comments, blank lines) | 2 |
Code lines (lines that can run) | 6 |
Code lines that did run | 6 |
Code lines that did not run | 0 |
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.