This is a static copy of a profile report

Home

metaDim>metaDim.checkReservedNames (Calls: 3, Time: 0.000 s)
Generated 04-Jun-2021 04:11:15 using performance time.
class method in file C:\Program Files\MATLAB\R2020b\toolbox\matlab\datatypes\tabular\+matlab\+internal\+tabular\+private\metaDim.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
...>metaDim.fixLabelsForCompatibilityclass method3
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
213
conflicts = matlab.internal.ta...
30.000 s36.7%
212
reservedNames = matlab.interna...
30.000 s34.8%
218
end
30.000 s1.0%
214
if nargout==0 && any(c...
30.000 s0.2%
217
end
30.000 s0.0%
All other lines  0.000 s27.3%
Totals  0.000 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
...bularDimension.checkReservedNamesImplclass method30.000 s2.5%
Self time (built-ins, overhead, etc.)  0.000 s97.5%
Totals  0.000 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function8
Non-code lines (comments, blank lines)1
Code lines (lines that can run)7
Code lines that did run5
Code lines that did not run2
Coverage (did run/can run)71.43 %
Function listing
time 
Calls 
 line
 211 
        function conflicts = checkReservedNames(labels)
< 0.001 
      3 
 212
            reservedNames = matlab.internal.tabular.private.metaDim.reservedNames; 
< 0.001 
      3 
 213
            conflicts = matlab.internal.tabular.private.tabularDimension.checkReservedNamesImpl(labels,reservedNames); 
< 0.001 
      3 
 214
            if nargout==0 && any(conflicts) 
 215 
                dup = labels{find(conflicts,1)};
 216 
                throwAsCaller( MException(message('MATLAB:table:ReservedDimNameConflict',dup)) );
< 0.001 
      3 
 217
            end 
< 0.001 
      3 
 218
        end 

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