This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
...nsion>tabularDimension.emptyLabelsclass method2
...ension>tabularDimension.selectFromclass method38264
...mension>tabularDimension.subs2indsclass method110429
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
860
end
1486950.018 s9.9%
857
if ~isrow(x)
1486950.007 s3.5%
859
end
1486950.007 s3.5%
858
x = x(:)';
10180.000 s0.2%
All other lines  0.154 s82.8%
Totals  0.186 s100% 
Children (called functions)
No children
Code Analyzer results
Line numberMessage
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 run4
Code lines that did not run0
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.