summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwanabe <wanabe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-04 04:51:43 +0000
committerwanabe <wanabe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-04 04:51:43 +0000
commit4d8d6d9d6319be436cdc0fb1da81502d9b0c3abd (patch)
tree0d6b238814fac991e29c2961cea9f0a2f3bc28db /NEWS
parente09838c691805ae2bf6b46fa66abaa626f70e9d3 (diff)
* gc.c (gc_profile_total_time): add GC::Profiler.total_time.
* NEWS: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 14d9fda382..b53816f851 100644
--- a/NEWS
+++ b/NEWS
@@ -69,6 +69,10 @@ with all sufficient information, see the ChangeLog file.
* File.realpath
* File.realdirpath
+ * GC::Profiler
+ * new method:
+ * GC::Profiler.total_time
+
* IO
* new method:
* IO#fdatasync