This is a static copy of a profile report

Home

varNamesDim>varNamesDim.checkReservedNames (Calls: 16, Time: 0.004 s)
Generated 16-Jul-2020 17:09:49 using performance time.
class method in file /Applications/MATLAB_R2020a.app/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 method8
tabular.subsasgnDotfunction8
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
715
conflicts = matlab.internal.ta...
160.002 s61.1%
714
reservedNames = matlab.interna...
160.001 s15.3%
716
if nargout==0 && any(c...
160.000 s6.2%
720
end
160.000 s1.6%
719
end
160.000 s0.1%
All other lines  0.001 s15.8%
Totals  0.004 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
...bularDimension.checkReservedNamesImplclass method160.001 s27.1%
Self time (built-ins, overhead, etc.)  0.003 s72.9%
Totals  0.004 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
 713 
        function conflicts = checkReservedNames(labels)
< 0.001 
     16 
 714
            reservedNames = matlab.internal.tabular.private.varNamesDim.reservedNames; 
  0.002 
     16 
 715
            conflicts = matlab.internal.tabular.private.tabularDimension.checkReservedNamesImpl(labels,reservedNames); 
< 0.001 
     16 
 716
            if nargout==0 && any(conflicts) 
 717 
                dup = labels{find(conflicts,1)};
 718 
                throwAsCaller( MException(message('MATLAB:table:ReservedVarNameConflict',dup)) );
< 0.001 
     16 
 719
            end 
< 0.001 
     16 
 720
        end 

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