This is a static copy of a profile report

Home

categorical.iscolumn (Calls: 5390, Time: 0.009 s)
Generated 04-Jun-2021 04:11:12 using performance time.
function in file C:\Program Files\MATLAB\R2020b\toolbox\matlab\datatypes\categorical\@categorical\iscolumn.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
tabular.subsrefDotfunction5390
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
10
t = iscolumn(a.codes);
53900.002 s22.5%
All other lines  0.007 s77.5%
Totals  0.009 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 t = iscolumn(a)
   2 
%ISCOLUMN True if categorical array is a column vector.
   3 
%   ISCOLUMN(V) returns logical 1 (true) if SIZE(V) returns [n 1] 
   4 
%   with a nonnegative integer value n, and logical 0 (false) otherwise.
   5 
%
   6 
%   See also ISROW, ISSCALAR, ISVECTOR, ISMATRIX, ISEMPTY, SIZE.
   7 

   8 
%   Copyright 2006-2013 The MathWorks, Inc. 
   9 

  0.002 
   5390 
  10
t = iscolumn(a.codes); 

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