This is a static copy of a profile report

Home

rowNamesDim>rowNamesDim.checkReservedNames (Calls: 8, Time: 0.002 s)
Generated 16-Jul-2020 17:09:50 using performance time.
class method in file /Applications/MATLAB_R2020a.app/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
204
conflicts = matlab.internal.ta...
80.001 s52.6%
203
reservedNames = matlab.interna...
80.000 s19.8%
205
if nargout==0 && any(c...
80.000 s12.1%
209
end
80.000 s1.4%
208
end
80.000 s0.0%
All other lines  0.000 s14.2%
Totals  0.002 s100% 
Children (called functions)

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

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