This is a static copy of a profile report

Home

varNamesDim>varNamesDim.assignInto (Calls: 4, Time: 0.004 s)
Generated 04-Jun-2021 04:11:26 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
tabular.horzcatfunction4
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
239
obj = obj.moveProps(obj2,1:obj...
40.003 s75.4%
238
obj = obj.assignInto@matlab.in...
40.001 s21.2%
240
end
40.000 s0.1%
All other lines  0.000 s3.3%
Totals  0.004 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
varNamesDim>varNamesDim.movePropsclass method40.003 s59.4%
...ension>tabularDimension.assignIntoclass method40.001 s14.1%
Self time (built-ins, overhead, etc.)  0.001 s26.5%
Totals  0.004 s100% 
Code Analyzer results
Line numberMessage
Coverage results
Show coverage for parent directory
Total lines in function4
Non-code lines (comments, blank lines)1
Code lines (lines that can run)3
Code lines that did run3
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
 237 
        function obj = assignInto(obj,obj2,assignInto)
< 0.001 
      4 
 238
            obj = obj.assignInto@matlab.internal.tabular.private.tabularDimension(obj2,assignInto); 
  0.003 
      4 
 239
            obj = obj.moveProps(obj2,1:obj2.length,assignInto); 
< 0.001 
      4 
 240
        end 

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