diff options
Diffstat (limited to '')
| -rwxr-xr-x | pt | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -81,7 +81,7 @@ rwidth = $order.map { | x | x.to_s.size }.max | |||
| 81 | $horiz.keys.sort.each do | occ | | 81 | $horiz.keys.sort.each do | occ | |
| 82 | $stdout.write(" " * rwidth + " #{$horiz[occ].ljust($maxtime)}") | 82 | $stdout.write(" " * rwidth + " #{$horiz[occ].ljust($maxtime)}") |
| 83 | count = $horiz[occ].delete(" ").size | 83 | count = $horiz[occ].delete(" ").size |
| 84 | $stdout.write(" #{($maxtime.to_f / count.to_f).round(2).to_s.rjust(5)} cyc/evt\n") | 84 | $stdout.write(" #{($maxtime.to_f / count.to_f).round(2).to_s.rjust(10)} cyc/evt #{(count.to_f / $maxtime.to_f).round(2).to_s.rjust(10)} evt/cyc\n") |
| 85 | end | 85 | end |
| 86 | $stdout.write("\n") | 86 | $stdout.write("\n") |
| 87 | 87 | ||
