This is a static copy of a profile report

Home

tabular.sortrowsFlagChecks>msgidHelper (Calls: 3, Time: 0.000 s)
Generated 04-Jun-2021 04:11:26 using performance time.
subfunction in file C:\Program Files\MATLAB\R2020b\toolbox\matlab\datatypes\tabular\@tabular\sortrowsFlagChecks.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
tabular.sortrowsFlagChecksfunction3
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
111
mid = ['MATLAB:table:sortrows:...
30.000 s7.4%
112
end
30.000 s0.6%
108
if doIssortedrows
30.000 s0.1%
110
else
30.000 s0.1%
All other lines  0.000 s91.8%
Totals  0.000 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
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
 107 
function mid = msgidHelper(doIssortedrows,errid)
< 0.001 
      3 
 108
if doIssortedrows 
 109 
    mid = ['MATLAB:table:issortedrows:' errid];
< 0.001 
      3 
 110
else 
< 0.001 
      3 
 111
    mid = ['MATLAB:table:sortrows:' errid]; 
< 0.001 
      3 
 112
end 

Other subfunctions in this file are not included in this listing.