This is a static copy of a profile reportHome
tabularDimension>tabularDimension.textLabels (Calls: 8, Time: 0.001 s)
Generated 16-Jul-2020 17:09:57 using performance time.
class method in file /Applications/MATLAB_R2020a.app/toolbox/matlab/datatypes/tabular/+matlab/+internal/+tabular/+private/tabularDimension.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
98 | labels = obj.labels; | 8 | 0.000 s | 29.5% | |
97 | if nargin < 2 | 8 | 0.000 s | 26.5% | |
102 | end | 8 | 0.000 s | 6.7% | |
101 | end | 8 | 0.000 s | 0.1% | |
All other lines | | | 0.000 s | 37.3% | |
Totals | | | 0.001 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
Total lines in function | 11 |
Non-code lines (comments, blank lines) | 5 |
Code lines (lines that can run) | 6 |
Code lines that did run | 4 |
Code lines that did not run | 2 |
Coverage (did run/can run) | 66.67 % |
Function listing
time | Calls | line |
---|
| | 92 | function labels = textLabels(obj,indices)
|
| | 93 | % TEXTLABELS Return the labels converted to text.
|
| | 94 |
|
| | 95 | % Default behavior assumes the labels are names, subclasses with
|
| | 96 | % non-name labels need to overload.
|
< 0.001 | 8 | 97 | if nargin < 2
|
< 0.001 | 8 | 98 | labels = obj.labels;
|
| | 99 | else
|
| | 100 | labels = obj.labels(indices);
|
< 0.001 | 8 | 101 | end
|
< 0.001 | 8 | 102 | end
|
Other subfunctions in this file are not included in this listing.