1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/objspace/object_tracing.c: [DOC] add some nots for

ObjectSpace::trace_object_allocations.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2013-09-30 08:29:30 +00:00
parent 1450e0b5ac
commit 1d4e3d48c2
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Mon Sep 30 17:28:39 2013 Koichi Sasada <ko1@atdot.net>
* ext/objspace/object_tracing.c: [DOC] add some nots for
ObjectSpace::trace_object_allocations.
Mon Sep 30 16:46:58 2013 Koichi Sasada <ko1@atdot.net>
* ext/objspace/object_tracing.c: add new 3 methods to control tracing.

View file

@ -245,7 +245,10 @@ trace_object_allocations_clear(VALUE self)
*
* This example has included the ObjectSpace module to make it easier to read,
* but you can also use the
* "<code>ObjectSpace::trace_object_allocations</code>" notation.
* "<code>ObjectSpace::trace_object_allocations</code>" notation (recommended).
*
* Note that this feature introduces huge performance down and huge memory
* consumption.
*/
static VALUE
trace_object_allocations(VALUE self)