This is a static copy of a profile reportHome
supportedTypeNames (Calls: 2, Time: 0.000 s)
Generated 04-Jun-2021 04:11:20 using performance time.
function in file C:\Program Files\MATLAB\R2020b\toolbox\shared\io\general\+matlab\+io\+internal\supportedTypeNames.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 |
21 | end | 2 | 0.000 s | 0.7% |  |
5 | names ={'double',... | 2 | 0.000 s | 0.5% |  |
All other lines | | | 0.000 s | 98.8% |  |
Totals | | | 0.000 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
Total lines in function | 21 |
Non-code lines (comments, blank lines) | 19 |
Code lines (lines that can run) | 2 |
Code lines that did run | 2 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time | Calls | line |
---|
| | 1 | function names = supportedTypeNames()
|
| | 2 | % SUPPORTEDTYPENAMES get the list of names which are supported types for import.
|
| | 3 |
|
| | 4 | % Copyright 2016-2017 The MathWorks, Inc.
|
< 0.001 | 2 | 5 | names ={'double',...
|
| | 6 | 'single',...
|
| | 7 | 'int8',...
|
| | 8 | 'uint8',...
|
| | 9 | 'int16',...
|
| | 10 | 'uint16',...
|
| | 11 | 'int32',...
|
| | 12 | 'uint32',...
|
| | 13 | 'int64',...
|
| | 14 | 'uint64',...
|
| | 15 | 'char',...
|
| | 16 | 'string',...
|
| | 17 | 'datetime',...
|
| | 18 | 'duration',...
|
| | 19 | 'categorical',...
|
| | 20 | 'logical'};
|
< 0.001 | 2 | 21 | end
|
Other subfunctions in this file are not included in this listing.