This is a static copy of a profile reportHome
varNamesDim>fillEmptyNames (Calls: 2, Time: 0.000 s)
Generated 04-Jun-2021 04:11:17 using performance time.
class method in file C:\Program Files\MATLAB\R2020b\toolbox\matlab\datatypes\tabular\+matlab\+internal\+tabular\+private\varNamesDim.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 |
866 | empties = cellfun('isempty',na... | 2 | 0.000 s | 59.3% |  |
870 | end | 2 | 0.000 s | 0.4% |  |
867 | if any(empties) | 2 | 0.000 s | 0.3% |  |
869 | end | 2 | 0.000 s | 0.1% |  |
All other lines | | | 0.000 s | 40.0% |  |
Totals | | | 0.000 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
Coverage results
Show coverage for parent directory
Total lines in function | 6 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 5 |
Code lines that did run | 4 |
Code lines that did not run | 1 |
Coverage (did run/can run) | 80.00 % |
Function listing
time | Calls | line |
---|
| | 865 | function [names,empties] = fillEmptyNames(names,indices)
|
< 0.001 | 2 | 866 | empties = cellfun('isempty',names);
|
< 0.001 | 2 | 867 | if any(empties)
|
| | 868 | names(empties) = matlab.internal.tabular.private.varNamesDim.dfltLabels(indices(empties));
|
< 0.001 | 2 | 869 | end
|
< 0.001 | 2 | 870 | end
|
Other subfunctions in this file are not included in this listing.