This is a static copy of a profile report

Home

rowNamesDim>rowNamesDim.checkReservedNames (Calls: 8, Time: 0.001 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\rowNamesDim.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
rowNamesDim>rowNamesDim.makeValidNameclass method8
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
205
conflicts = matlab.internal.ta...
80.001 s54.8%
204
reservedNames = matlab.interna...
80.000 s17.6%
206
if nargout==0 && any(c...
80.000 s12.7%
210
end
80.000 s1.0%
209
end
80.000 s0.1%
All other lines  0.000 s13.8%
Totals  0.001 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
...bularDimension.checkReservedNamesImplclass method80.000 s24.7%
Self time (built-ins, overhead, etc.)  0.001 s75.3%
Totals  0.001 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
 203 
        function conflicts = checkReservedNames(labels)
< 0.001 
      8 
 204
            reservedNames = matlab.internal.tabular.private.rowNamesDim.reservedNames; 
< 0.001 
      8 
 205
            conflicts = matlab.internal.tabular.private.tabularDimension.checkReservedNamesImpl(labels,reservedNames); 
< 0.001 
      8 
 206
            if nargout==0 && any(conflicts) 
 207 
                dup = labels{find(conflicts,1)};
 208 
                throwAsCaller( MException(message('MATLAB:table:ReservedRowNameConflict',dup)) );
< 0.001 
      8 
 209
            end 
< 0.001 
      8 
 210
        end 

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