This is a static copy of a profile reportHome
TextVariableImportOptions>TextVariableImportOptions.TextVariableImportOptions (Calls: 30, Time: 0.019 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\TextVariableImportOptions.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 |
24 | [obj,otherArgs] = obj.parseInp... | 30 | 0.013 s | 71.2% |  |
25 | obj.assertNoAdditionalParamete... | 30 | 0.001 s | 5.2% |  |
21 | obj.Type_ = 'char'; | 30 | 0.000 s | 2.0% |  |
26 | end | 30 | 0.000 s | 1.8% |  |
22 | obj.FillValue_ = []; | 30 | 0.000 s | 1.6% |  |
All other lines | | | 0.003 s | 18.2% |  |
Totals | | | 0.019 s | 100% | |
Children (called functions)
Code Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
Total lines in function | 7 |
Non-code lines (comments, blank lines) | 2 |
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 |
---|
| | 20 | function obj = TextVariableImportOptions(varargin)
|
< 0.001 | 30 | 21 | obj.Type_ = 'char';
|
< 0.001 | 30 | 22 | obj.FillValue_ = [];
|
| | 23 | %TextVariableImportOptions options for importing text variables.
|
0.013 | 30 | 24 | [obj,otherArgs] = obj.parseInputs(varargin);
|
< 0.001 | 30 | 25 | obj.assertNoAdditionalParameters(fields(otherArgs),class(obj));
|
< 0.001 | 30 | 26 | end
|
Other subfunctions in this file are not included in this listing.