summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-19 23:15:56 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-19 23:15:56 +0000
commitfcd5d8fd332b30800c85008100446961473f97d6 (patch)
treef62d3b68e2aaf5babdf3d0e5d3943d90354937c0 /tool
parente98b7c6c52302cab9f2522298a6588f9c8b1aa9d (diff)
* tool/gcbench.rb: Summary in one line.
* common.mk: separete gcbench-hash to gcbench-hash1 and gcbench-hash2. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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)"