This is a static copy of a profile reportHome
NumericVariableImportOptions>NumericVariableImportOptions.NumericVariableImportOptions (Calls: 15, Time: 0.015 s)
Generated 04-Jun-2021 04:11:10 using performance time.
class method in file C:\Program Files\MATLAB\R2020b\toolbox\shared\io\general\+matlab\+io\NumericVariableImportOptions.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 |
32 | [obj,otherArgs] = obj.parseInp... | 15 | 0.007 s | 47.0% |  |
31 | obj.FillValue = NaN; | 15 | 0.004 s | 26.8% |  |
33 | obj.assertNoAdditionalParamete... | 15 | 0.001 s | 3.8% |  |
30 | obj.Type_ = 'double'; | 15 | 0.000 s | 1.8% |  |
34 | end | 15 | 0.000 s | 1.1% |  |
All other lines | | | 0.003 s | 19.5% |  |
Totals | | | 0.015 s | 100% | |
Children (called functions)
Code 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 | 5 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time | Calls | line |
---|
| | 29 | function obj = NumericVariableImportOptions(varargin)
|
< 0.001 | 15 | 30 | obj.Type_ = 'double';
|
0.004 | 15 | 31 | obj.FillValue = NaN;
|
0.007 | 15 | 32 | [obj,otherArgs] = obj.parseInputs(varargin);
|
< 0.001 | 15 | 33 | obj.assertNoAdditionalParameters(fields(otherArgs),class(obj));
|
< 0.001 | 15 | 34 | end
|
Other subfunctions in this file are not included in this listing.