summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-15 20:18:11 +0000
committertarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-15 20:18:11 +0000
commit994ed8dbd579d7be582c2f01769dd18195eea9a7 (patch)
treed52701bcf41daca274cb1695f82012d4461ed253 /ChangeLog
parent6477616c3b79f0643ac769302f1aebfc3c7904d5 (diff)
* gc.c : add some colums to more detail profile.
new colums: Allocated size, Prepare Time, Removing Objects, Empty Objects git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c55289ac9..48b460a294 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Jun 16 05:15:36 2013 Masaya Tarui <tarui@ruby-lang.org>
+
+ * gc.c : Add some colums to more detail profile.
+ new colums: Allocated size, Prepare Time, Removing Objects, Empty Objects
+
Sun Jun 16 02:04:40 2013 Masaya Tarui <tarui@ruby-lang.org>
* gc.c (gc_prof_timer_stop): Merge function codes of GC_PROFILE_MORE_DETAIL and !GC_PROFILE_MORE_DETAIL.