mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* benchmark/gc/gcbench.rb: output version description and GC::OPTS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3fdff0501a
commit
b3abb163f4
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Nov 10 00:39:26 2013 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* benchmark/gc/gcbench.rb: output version description and GC::OPTS.
|
||||
|
||||
Sun Nov 10 00:36:42 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* gc.c (should_be_callable): allow private call since rb_eval_cmd
|
||||
|
|
|
@ -33,6 +33,9 @@ if $gcprof
|
|||
end
|
||||
|
||||
pp GC.stat
|
||||
|
||||
puts "#{RUBY_DESCRIPTION} #{GC::OPTS.inspect}"
|
||||
|
||||
desc = "#{RUBY_VERSION}#{RUBY_PATCHLEVEL >= 0 ? "p#{RUBY_PATCHLEVEL}" : "dev"}"
|
||||
name = File.basename(script, '.rb')
|
||||
|
||||
|
|
Loading…
Reference in a new issue