aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-20 20:39:20 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-20 20:39:20 +0000
commitd1c518d416274a8142cb8281f3361e91f98cc5f4 (patch)
tree30268790cf0868754c89036a28b95fd70d2d9eae /ChangeLog
parent8c96736565505094bdb29b8cfbd107754d8918d6 (diff)
downloadruby-d1c518d416274a8142cb8281f3361e91f98cc5f4.tar.gz
* gc.c (gc_prof_sweep_timer_stop): accumulate sweep time only when
record->gc_time > 0. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41504 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 181815b4a3..a5eccc49e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jun 21 05:37:39 2013 Koichi Sasada <ko1@atdot.net>
+
+ * gc.c (gc_prof_sweep_timer_stop): accumulate sweep time only when
+ record->gc_time > 0.
+
Fri Jun 21 00:37:31 2013 Tanaka Akira <akr@fsij.org>
* ext/bigdecimal: Workaround fix for bigdecimal test failures caused