aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-03 02:35:39 +0000
committernari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-03 02:35:39 +0000
commit4166390229eea57c350f964fd0abf050ce3781d8 (patch)
treef1ee6310a052f04d190404bb7d8a5a44f55423bf
parente2f951656f952d73e16a60b75767cae8e651c532 (diff)
downloadruby-4166390229eea57c350f964fd0abf050ce3781d8.tar.gz
* NEWS: add a news about GC::Profiler.raw_data.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5454f12f79..d737c41874 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Nov 3 11:28:28 2012 Narihiro Nakamura <authornari@gmail.com>
+
+ * NEWS: add a news about GC::Profiler.raw_data.
+
Sat Nov 3 11:01:32 2012 Narihiro Nakamura <authornari@gmail.com>
* NEWS: add a news about rb_newobj_of() and NEWOBJ_OF().
diff --git a/NEWS b/NEWS
index b358042344..464cfdc5fb 100644
--- a/NEWS
+++ b/NEWS
@@ -112,6 +112,10 @@ with all sufficient information, see the ChangeLog file.
* incompatible changes:
* Fiber#resume cannot resume a fiber which invokes "Fiber#transfer".
+ * GC::Profiler
+ * added method:
+ * added GC::Profiler.raw_data which returns raw profile data for GC.
+
* toplevel
* added method:
* added main.define_method which defines a global function.