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
Function Name | Function Type | Calls |
ismissingKernel | function | 2 |
...ategorical>categorical.categorical | class method | 3 |
tabular.sortrows | function | 5 |
Line Number | Code | Calls | Total Time | % Time | Time Plot |
6 | tf = isa(obj, 'tabular'); | 10 | 0.000 s | 11.8% | |
7 | end | 10 | 0.000 s | 0.6% | |
All other lines | 0.001 s | 87.6% | |||
Totals | 0.001 s | 100% |
Total lines in function | 7 |
Non-code lines (comments, blank lines) | 5 |
Code lines (lines that can run) | 2 |
Code lines that did run | 2 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
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 |