This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
FastVarOpts>FastVarOpts.setTypesclass method2
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
21
end
20.000 s0.7%
5
names ={'double',...
20.000 s0.5%
All other lines  0.000 s98.8%
Totals  0.000 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function21
Non-code lines (comments, blank lines)19
Code lines (lines that can run)2
Code lines that did run2
Code lines that did not run0
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.