summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-09-22 13:18:42 -0700
committerJulian Blake Kongslie2022-09-22 13:18:42 -0700
commitd45fcf689869794c291665867818e4729bb23683 (patch)
tree85f774a350b24af4eb15032e446e27b7adef541f
parentSupport comments in tests (diff)
downloadprocmodel-d45fcf689869794c291665867818e4729bb23683.tar.xz
Add a blank line after the horizontal occurrences
Diffstat (limited to '')
-rwxr-xr-xpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/pt b/pt
index 6797565..489a13a 100755
--- a/pt
+++ b/pt
@@ -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")
75end 75end
76$stdout.write("\n")
76 77
77mwidth = 0 78mwidth = 0
78 79