This is a static copy of a profile report

Home

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

Parents (calling functions)

Function NameFunction TypeCalls
ReadTable>ReadTable.executeclass method2
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
11
w = t.varDim.length;
20.000 s52.4%
All other lines  0.000 s47.6%
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 function11
Non-code lines (comments, blank lines)10
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 w = width(t)
   2 
%WIDTH Number of variables in a table.
   3 
%   W = WIDTH(T) returns the number of variables in the table T.  WIDTH(T) is
   4 
%   equivalent to SIZE(T,2).  Note that variables in a table may themselves have
   5 
%   multiple columns.  WIDTH(T) does not account for that.
   6 
%  
   7 
%   See also HEIGHT, SIZE, NUMEL.
   8 

   9 
%   Copyright 2012 The MathWorks, Inc. 
  10 

< 0.001 
      2 
  11
w = t.varDim.length; 

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