This is a static copy of a profile report

Home

tabularDimension>tabularDimension.textLabels (Calls: 8, Time: 0.001 s)
Generated 16-Jul-2020 17:09:57 using performance time.
class method in file /Applications/MATLAB_R2020a.app/toolbox/matlab/datatypes/tabular/+matlab/+internal/+tabular/+private/tabularDimension.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
tabular.dispfunction8
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
98
labels = obj.labels;
80.000 s29.5%
97
if nargin < 2
80.000 s26.5%
102
end
80.000 s6.7%
101
end
80.000 s0.1%
All other lines  0.000 s37.3%
Totals  0.001 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function11
Non-code lines (comments, blank lines)5
Code lines (lines that can run)6
Code lines that did run4
Code lines that did not run2
Coverage (did run/can run)66.67 %
Function listing
time 
Calls 
 line
  92 
        function labels = textLabels(obj,indices)
  93 
            % TEXTLABELS Return the labels converted to text.
  94 
            
  95 
            % Default behavior assumes the labels are names, subclasses with
  96 
            % non-name labels need to overload.
< 0.001 
      8 
  97
            if nargin < 2 
< 0.001 
      8 
  98
                labels = obj.labels; 
  99 
            else
 100 
                labels = obj.labels(indices);
< 0.001 
      8 
 101
            end 
< 0.001 
      8 
 102
        end 

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