mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* tool/rdocbench.rb: add gc total time infomation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f1a8f228c8
commit
b1bbe884cd
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Jun 7 11:16:28 2013 Masaya Tarui <tarui@ruby-lang.org>
|
||||
|
||||
* tool/rdocbench.rb: add gc total time infomation.
|
||||
|
||||
Fri Jun 7 10:12:01 2013 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* gc.c: remove "Sunny" terminology.
|
||||
|
|
|
@ -16,6 +16,7 @@ Dir.mktmpdir('rdocbench-'){|d|
|
|||
r.document args
|
||||
GC::Profiler.report
|
||||
pp GC.stat
|
||||
puts "GC Total Time:#{GC::Profiler.total_time}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue