This is a static copy of a profile reportHome
varNamesDim>varNamesDim.orientAs (Calls: 148695, Time: 0.186 s)
Generated 04-Jun-2021 04:11:12 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 |
860 | end | 148695 | 0.018 s | 9.9% |  |
857 | if ~isrow(x) | 148695 | 0.007 s | 3.5% |  |
859 | end | 148695 | 0.007 s | 3.5% |  |
858 | x = x(:)'; | 1018 | 0.000 s | 0.2% |  |
All other lines | | | 0.154 s | 82.8% |  |
Totals | | | 0.186 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
Coverage results
Show coverage for parent directory
Total lines in function | 6 |
Non-code lines (comments, blank lines) | 2 |
Code lines (lines that can run) | 4 |
Code lines that did run | 4 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time | Calls | line |
---|
| | 855 | function x = orientAs(x)
|
| | 856 | % orient as row
|
0.007 | 148695 | 857 | if ~isrow(x)
|
< 0.001 | 1018 | 858 | x = x(:)';
|
0.007 | 148695 | 859 | end
|
0.018 | 148695 | 860 | end
|
Other subfunctions in this file are not included in this listing.