This is a static copy of a profile report

Home

ExecutableFunction>ExecutableFunction.validateAndExecute (Calls: 2, Time: 0.473 s)
Generated 04-Jun-2021 04:11:05 using performance time.
class method in file C:\Program Files\MATLAB\R2020b\toolbox\shared\io\general\+matlab\+io\+internal\+functions\ExecutableFunction.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
readtablefunction2
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
98
[varargout{1:nargout}] = func....
20.399 s84.4%
97
[func, supplied, additionalArg...
20.070 s14.9%
96
matlab.io.internal.validators....
20.003 s0.7%
99
end
20.000 s0.0%
All other lines  0.000 s0.1%
Totals  0.473 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
ReadTable>ReadTable.executeclass method20.398 s84.1%
ReadTable>ReadTable.validateclass method20.069 s14.7%
validateNVPairsfunction20.002 s0.3%
...gt;ExecutableFunction.get.NumRequiredclass method20.001 s0.1%
Self time (built-ins, overhead, etc.)  0.004 s0.8%
Totals  0.473 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)2
Code lines (lines that can run)4
Code lines that did run4
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
  94 
        function [varargout] = validateAndExecute(func,varargin)
  95 
        % Do standard validation, and then execute.
  0.003 
      2 
  96
        matlab.io.internal.validators.validateNVPairs(varargin{func.NumRequired+1:end}); 
  0.070 
      2 
  97
        [func, supplied, additionalArgs] = func.validate(varargin{:}); 
  0.399 
      2 
  98
        [varargout{1:nargout}] = func.execute(supplied,additionalArgs{:}); 
< 0.001 
      2 
  99
        end 

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