This is a static copy of a profile report

Home

tabular.height (Calls: 56754, Time: 0.104 s)
Generated 04-Jun-2021 04:11:25 using performance time.
function in file C:\Program Files\MATLAB\R2020b\toolbox\matlab\datatypes\tabular\@tabular\height.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
ReadTable>ReadTable.executeclass method2
script9script153
tabular.horzcatfunction2
computecostfunction55419
getrowmostcostfunction588
getrowcostfunction294
getneighborsoffunction2
computenumberfunction294
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
10
h = t.rowDim.length;
567540.038 s36.6%
All other lines  0.066 s63.4%
Totals  0.104 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function10
Non-code lines (comments, blank lines)9
Code lines (lines that can run)1
Code lines that did run1
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
   1 
function h = height(t)
   2 
%HEIGHT Number of rows in a table.
   3 
%   H = HEIGHT(T) returns the number of rows in the table T.  HEIGHT(T) is
   4 
%   equivalent to SIZE(T,1).
   5 
%  
   6 
%   See also WIDTH, SIZE, NUMEL.
   7 

   8 
%   Copyright 2012-2016 The MathWorks, Inc. 
   9 

  0.038 
  56754 
  10
h = t.rowDim.length; 

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