This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
...ension>tabularDimension.selectFromclass method69670
...mension>tabularDimension.subs2indsclass method115031
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
255
end
1847010.028 s11.6%
252
if ~iscolumn(x)
1847010.008 s3.5%
254
end
1847010.008 s3.2%
All other lines  0.199 s81.7%
Totals  0.243 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function6
Non-code lines (comments, blank lines)2
Code lines (lines that can run)4
Code lines that did run3
Code lines that did not run1
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.