This is a static copy of a profile report

Home

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

Parents (calling functions)

Function NameFunction TypeCalls
varNamesDim>varNamesDim.makeValidNameclass method1586
tabular.subsasgnDotfunction797
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
740
conflicts = matlab.internal.ta...
23830.009 s55.8%
745
end
23830.002 s12.7%
739
reservedNames = matlab.interna...
23830.002 s9.3%
741
if nargout==0 && any(c...
23830.000 s2.7%
744
end
23830.000 s0.7%
All other lines  0.003 s18.8%
Totals  0.017 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
...bularDimension.checkReservedNamesImplclass method23830.005 s32.3%
Self time (built-ins, overhead, etc.)  0.011 s67.7%
Totals  0.017 s100% 
Code Analyzer results
Line numberMessage
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
 738 
        function conflicts = checkReservedNames(labels)
  0.002 
   2383 
 739
            reservedNames = matlab.internal.tabular.private.varNamesDim.reservedNames; 
  0.009 
   2383 
 740
            conflicts = matlab.internal.tabular.private.tabularDimension.checkReservedNamesImpl(labels,reservedNames); 
< 0.001 
   2383 
 741
            if nargout==0 && any(conflicts) 
 742 
                dup = labels{find(conflicts,1)};
 743 
                throwAsCaller( MException(message('MATLAB:table:ReservedVarNameConflict',dup)) );
< 0.001 
   2383 
 744
            end 
  0.002 
   2383 
 745
        end 

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