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
Function Name | Function Type | Calls |
readtable | function | 2 |
Line Number | Code | Calls | Total Time | % Time | Time Plot |
98 | [varargout{1:nargout}] = func.... | 2 | 0.399 s | 84.4% | |
97 | [func, supplied, additionalArg... | 2 | 0.070 s | 14.9% | |
96 | matlab.io.internal.validators.... | 2 | 0.003 s | 0.7% | |
99 | end | 2 | 0.000 s | 0.0% | |
All other lines | 0.000 s | 0.1% | |||
Totals | 0.473 s | 100% |
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
ReadTable>ReadTable.execute | class method | 2 | 0.398 s | 84.1% | |
ReadTable>ReadTable.validate | class method | 2 | 0.069 s | 14.7% | |
validateNVPairs | function | 2 | 0.002 s | 0.3% | |
...gt;ExecutableFunction.get.NumRequired | class method | 2 | 0.001 s | 0.1% | |
Self time (built-ins, overhead, etc.) | 0.004 s | 0.8% | |||
Totals | 0.473 s | 100% |
Total lines in function | 6 |
Non-code lines (comments, blank lines) | 2 |
Code lines (lines that can run) | 4 |
Code lines that did run | 4 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
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.