[前][次][番号順一覧][スレッド一覧]

ruby-changes:31476

From: tarui <ko1@a...>
Date: Wed, 6 Nov 2013 19:32:50 +0900 (JST)
Subject: [ruby-changes:31476] tarui:r43555 (trunk): * common.mk (help): add texts about gcbench.

tarui	2013-11-06 19:32:40 +0900 (Wed, 06 Nov 2013)

  New Revision: 43555

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43555

  Log:
    * common.mk (help): add texts about gcbench.

  Modified files:
    trunk/ChangeLog
    trunk/common.mk
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 43554)
+++ ChangeLog	(revision 43555)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Nov  6 19:30:44 2013  Masaya Tarui  <tarui@r...>
+
+	* common.mk (help): add texts about gcbench.
+
 Wed Nov  6 16:32:32 2013  Martin Duerst <duerst@i...>
 
 	* lib/open3.rb: tweaked grammar in comments
Index: common.mk
===================================================================
--- common.mk	(revision 43554)
+++ common.mk	(revision 43555)
@@ -1088,6 +1088,8 @@ help: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1088
 	"  test-rubyspec:   run RubySpec test suite" \
 	"  update-rubyspec: update local copy of RubySpec" \
 	"  benchmark:       benchmark this ruby and COMPARE_RUBY" \
+	"  gcbench:         gc benchmark [GCBENCH_ITEM=<item_name>]" \
+	"  gcbench-rdoc:    gc benchmark with GCBENCH_ITEM=rdoc" \
 	"  install:         install all ruby distributions" \
 	"  install-nodoc:   install without rdoc" \
 	"  install-cross:   install cross compiling staff" \

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]