diff options
| author | Julian Blake Kongslie | 2022-09-22 13:18:42 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-09-22 13:18:42 -0700 |
| commit | d45fcf689869794c291665867818e4729bb23683 (patch) | |
| tree | 85f774a350b24af4eb15032e446e27b7adef541f /pt | |
| parent | Support comments in tests (diff) | |
| download | procmodel-d45fcf689869794c291665867818e4729bb23683.tar.xz | |
Add a blank line after the horizontal occurrences
Diffstat (limited to '')
| -rwxr-xr-x | pt | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -73,6 +73,7 @@ $horiz.keys.sort.each do | occ | | |||
| 73 | count = $horiz[occ].delete(" ").size | 73 | count = $horiz[occ].delete(" ").size |
| 74 | $stdout.write(" #{($maxtime.to_f / count.to_f).round(2).to_s.rjust(5)} cyc/evt\n") | 74 | $stdout.write(" #{($maxtime.to_f / count.to_f).round(2).to_s.rjust(5)} cyc/evt\n") |
| 75 | end | 75 | end |
| 76 | $stdout.write("\n") | ||
| 76 | 77 | ||
| 77 | mwidth = 0 | 78 | mwidth = 0 |
| 78 | 79 | ||
