This is a static copy of a profile report

Home

HasPropertiesAsNVPairs>HasPropertiesAsNVPairs.assertNoAdditionalParameters (Calls: 47, Time: 0.001 s)
Generated 04-Jun-2021 04:11:18 using performance time.
class method in file C:\Program Files\MATLAB\R2020b\toolbox\shared\io\general\+matlab\+io\+internal\+mixin\HasPropertiesAsNVPairs.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
...portOptions.TextVariableImportOptionsclass method30
...mportOptions.SpreadsheetImportOptionsclass method2
...tOptions.NumericVariableImportOptionsclass method15
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
50
end
470.000 s3.3%
45
if ~isempty(fieldNames)
470.000 s1.0%
49
end
470.000 s0.5%
All other lines  0.001 s95.2%
Totals  0.001 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function7
Non-code lines (comments, blank lines)1
Code lines (lines that can run)6
Code lines that did run3
Code lines that did not run3
Coverage (did run/can run)50.00 %
Function listing
time 
Calls 
 line
  44 
        function assertNoAdditionalParameters(~,fieldNames,name)
< 0.001 
     47 
  45
        if ~isempty(fieldNames) 
  46 
            error(message('MATLAB:InputParser:UnmatchedParameter',...
  47 
                fieldNames{1},...
  48 
                getString(message('MATLAB:InputParser:ValidParameters',name))));
< 0.001 
     47 
  49
        end 
< 0.001 
     47 
  50
        end 

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