This is a static copy of a profile report

Home

metaDim>metaDim.orientAs (Calls: 2, Time: 0.000 s)
Generated 04-Jun-2021 04:11:25 using performance time.
class method in file C:\Program Files\MATLAB\R2020b\toolbox\matlab\datatypes\tabular\+matlab\+internal\+tabular\+private\metaDim.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
tabularDimension>tabularDimension.initclass method2
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
228
end
20.000 s0.6%
227
end
20.000 s0.1%
225
if ~isrow(x)
20.000 s0.1%
All other lines  0.000 s99.3%
Totals  0.000 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
 223 
        function x = orientAs(x)
 224 
            % orient as row
< 0.001 
      2 
 225
            if ~isrow(x) 
 226 
                x = x(:)';
< 0.001 
      2 
 227
            end 
< 0.001 
      2 
 228
        end 

Other subfunctions in this file are not included in this listing.