This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
...t;varNamesDim.validateAndAssignLabelsclass method2
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
866
empties = cellfun('isempty',na...
20.000 s59.3%
870
end
20.000 s0.4%
867
if any(empties)
20.000 s0.3%
869
end
20.000 s0.1%
All other lines  0.000 s40.0%
Totals  0.000 s100% 
Children (called functions)
No children
Code Analyzer results
Line numberMessage
Coverage results
Show coverage for parent directory
Total lines in function6
Non-code lines (comments, blank lines)1
Code lines (lines that can run)5
Code lines that did run4
Code lines that did not run1
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.