This is a static copy of a profile report

Home

istabular (Calls: 10, Time: 0.001 s)
Generated 04-Jun-2021 04:11:09 using performance time.
function in file C:\Program Files\MATLAB\R2020b\toolbox\matlab\datatypes\shared\matlab_datatypes\+matlab\+internal\+datatypes\istabular.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
ismissingKernelfunction2
...ategorical>categorical.categoricalclass method3
tabular.sortrowsfunction5
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
6
tf = isa(obj, 'tabular');
100.000 s11.8%
7
end
100.000 s0.6%
All other lines  0.001 s87.6%
Totals  0.001 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function7
Non-code lines (comments, blank lines)5
Code lines (lines that can run)2
Code lines that did run2
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
   1 
function tf = istabular(obj)  %#codegen
   2 
%ISTABULAR Return true for a tabular.
   3 

   4 
%   Copyright 2016-2020 The MathWorks, Inc.
   5 

< 0.001 
     10 
   6
    tf = isa(obj, 'tabular'); 
< 0.001 
     10 
   7
end