This is a static copy of a profile reportHome
rowNamesDim>rowNamesDim.orientAs (Calls: 184701, Time: 0.243 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\rowNamesDim.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 |
255 | end | 184701 | 0.028 s | 11.6% |  |
252 | if ~iscolumn(x) | 184701 | 0.008 s | 3.5% |  |
254 | end | 184701 | 0.008 s | 3.2% |  |
All other lines | | | 0.199 s | 81.7% |  |
Totals | | | 0.243 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.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 | 3 |
Code lines that did not run | 1 |
Coverage (did run/can run) | 75.00 % |
Function listing
time | Calls | line |
---|
| | 250 | function x = orientAs(x)
|
| | 251 | % orient as column
|
0.008 | 184701 | 252 | if ~iscolumn(x)
|
| | 253 | x = x(:);
|
0.008 | 184701 | 254 | end
|
0.028 | 184701 | 255 | end
|
Other subfunctions in this file are not included in this listing.