This is a static copy of a profile report

Home

varNamesDim>varNamesDim.createLike (Calls: 8, Time: 0.025 s)
Generated 16-Jul-2020 17:09:54 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
tabular.tabular>tabular.initInternalsclass method8
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
89
obj = obj.createLike@matlab.in...
80.023 s93.2%
98
obj.customProps = struct;
80.000 s1.9%
92
obj.units = {};
80.000 s0.6%
93
obj.hasDescrs = false;
80.000 s0.6%
91
obj.hasUnits = false;
80.000 s0.5%
All other lines  0.001 s3.3%
Totals  0.025 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
...ension>tabularDimension.createLikeclass method80.023 s91.7%
Self time (built-ins, overhead, etc.)  0.002 s8.3%
Totals  0.025 s100% 
Code Analyzer results
Line numberMessage
Coverage results
Show coverage for parent directory
Total lines in function15
Non-code lines (comments, blank lines)1
Code lines (lines that can run)14
Code lines that did run13
Code lines that did not run1
Coverage (did run/can run)92.86 %
Function listing
time 
Calls 
 line
  85 
        function obj = createLike(obj,dimLength,dimLabels)
< 0.001 
      8 
  86
            if nargin < 3 
  87 
                obj = obj.createLike@matlab.internal.tabular.private.tabularDimension(dimLength);
< 0.001 
      8 
  88
            else 
  0.023 
      8 
  89
                obj = obj.createLike@matlab.internal.tabular.private.tabularDimension(dimLength,dimLabels); 
< 0.001 
      8 
  90
            end 
< 0.001 
      8 
  91
            obj.hasUnits = false; 
< 0.001 
      8 
  92
            obj.units = {}; 
< 0.001 
      8 
  93
            obj.hasDescrs = false; 
< 0.001 
      8 
  94
            obj.descrs = {}; 
< 0.001 
      8 
  95
            obj.hasContinuity = false; 
< 0.001 
      8 
  96
            obj.continuity =  []; 
< 0.001 
      8 
  97
            obj.hasCustomProps = false; 
< 0.001 
      8 
  98
            obj.customProps = struct; 
< 0.001 
      8 
  99
        end 

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