mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
Improve the format of speed_summary's output.
This commit is contained in:
@@ -86,6 +86,10 @@ END {
|
||||
}
|
||||
|
||||
for (ignore = 1; ignore < 3; ignore++) {
|
||||
if (ignore > 1) {
|
||||
printf "\n";
|
||||
}
|
||||
|
||||
for (ordinal = 0; ordinal < cur_variant; ordinal++) {
|
||||
variant = variant_order[ordinal];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user