This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
FastVarOpts>getTypedOptsclass method15
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
32
[obj,otherArgs] = obj.parseInp...
150.007 s47.0%
31
obj.FillValue = NaN;
150.004 s26.8%
33
obj.assertNoAdditionalParamete...
150.001 s3.8%
30
obj.Type_ = 'double';
150.000 s1.8%
34
end
150.000 s1.1%
All other lines  0.003 s19.5%
Totals  0.015 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
...gt;HasPropertiesAsNVPairs.parseInputsclass method150.007 s43.4%
...Inputs>VarOptsInputs.set.FillValueclass method150.003 s19.8%
...leImportOptions.VariableImportOptionsclass method150.002 s10.6%
...ricVarOptsInputs.NumericVarOptsInputsclass method150.001 s4.7%
...sNVPairs.assertNoAdditionalParametersclass method150.000 s1.2%
Self time (built-ins, overhead, etc.)  0.003 s20.4%
Totals  0.015 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function6
Non-code lines (comments, blank lines)1
Code lines (lines that can run)5
Code lines that did run5
Code lines that did not run0
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.