summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rw-r--r--tool/gcbench.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/tool/gcbench.rb b/tool/gcbench.rb
index e16cb9ddce..ca9f3cd950 100644
--- a/tool/gcbench.rb
+++ b/tool/gcbench.rb
@@ -18,7 +18,5 @@ puts Benchmark::CAPTION
puts tms
puts "GC total time (sec): #{gc_time}"
puts
-puts "Summary (ruby): #{RUBY_DESCRIPTION} (#{script})"
-puts "Summary (real): #{tms.real} sec"
-puts "Summary (gctm): #{gc_time} sec"
-puts "Summary (gc#) : #{GC.count}"
+puts "Summary #{RUBY_DESCRIPTION}\t#{tms.real}\t#{gc_time}\t#{GC.count}"
+puts " (real time in sec, GC time in sec, GC count)"