This is a static copy of a profile reportHome
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)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
111 | mid = ['MATLAB:table:sortrows:... | 3 | 0.000 s | 7.4% |  |
112 | end | 3 | 0.000 s | 0.6% |  |
108 | if doIssortedrows | 3 | 0.000 s | 0.1% |  |
110 | else | 3 | 0.000 s | 0.1% |  |
All other lines | | | 0.000 s | 91.8% |  |
Totals | | | 0.000 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.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 |
---|
| | 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.