This is a static copy of a profile reportHome
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)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
239 | obj = obj.moveProps(obj2,1:obj... | 4 | 0.003 s | 75.4% |  |
238 | obj = obj.assignInto@matlab.in... | 4 | 0.001 s | 21.2% |  |
240 | end | 4 | 0.000 s | 0.1% |  |
All other lines | | | 0.000 s | 3.3% |  |
Totals | | | 0.004 s | 100% | |
Children (called functions)
Code Analyzer results
Coverage results
Show coverage for parent directory
Total lines in function | 4 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 3 |
Code lines that did run | 3 |
Code lines that did not run | 0 |
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.