From 32623a16276b8c99a8c142c570cb2f50dc3df737 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 29 Oct 2010 14:35:53 +0000 Subject: * test/profile_test_all.rb: added. You can use test-all profiler with the following command: RUBY_TEST_ALL_PROFILE=true make test-all This command generates ./test_all_profile and you can analyse which tests consume memories. * test/runner.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7d222cf05e..6dcd71299a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Fri Oct 29 23:32:36 2010 Koichi Sasada + + * test/profile_test_all.rb: added. + You can use test-all profiler with the following command: + RUBY_TEST_ALL_PROFILE=true make test-all + This command generates ./test_all_profile and you can analyse + which tests consume memories. + + * test/runner.rb: ditto. + Fri Oct 29 10:02:03 2010 NARUSE, Yui * tool/enc-unicode.rb, -- cgit v1.2.3