This is a static copy of a profile reportHome
DetectImportOptions>getSuppliedProperties (Calls: 4, Time: 0.001 s)
Generated 04-Jun-2021 04:11:23 using performance time.
class method in file C:\Program Files\MATLAB\R2020b\toolbox\matlab\io\functions\+matlab\+io\+internal\+functions\DetectImportOptions.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 |
234 | if supplied.(props(i)) | 16 | 0.000 s | 26.9% |  |
237 | end | 16 | 0.000 s | 22.1% |  |
233 | for i = 1:numel(props) | 4 | 0.000 s | 20.9% |  |
232 | suppliedProperties = string.em... | 4 | 0.000 s | 15.4% |  |
238 | end | 4 | 0.000 s | 0.3% |  |
All other lines | | | 0.000 s | 14.4% |  |
Totals | | | 0.001 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
Coverage results
Show coverage for parent directory
Total lines in function | 8 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 7 |
Code lines that did run | 6 |
Code lines that did not run | 1 |
Coverage (did run/can run) | 85.71 % |
Function listing
time | Calls | line |
---|
| | 231 | function suppliedProperties = getSuppliedProperties(props, supplied)
|
< 0.001 | 4 | 232 | suppliedProperties = string.empty;
|
< 0.001 | 4 | 233 | for i = 1:numel(props)
|
< 0.001 | 16 | 234 | if supplied.(props(i))
|
| | 235 | suppliedProperties(end + 1) = props(i); %#ok<AGROW>
|
< 0.001 | 16 | 236 | end
|
< 0.001 | 16 | 237 | end
|
< 0.001 | 4 | 238 | end
|
Other subfunctions in this file are not included in this listing.