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:
parent
1450e0b5ac
commit
1d4e3d48c2
2 changed files with 9 additions and 1 deletions
|
@ -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>
|
Mon Sep 30 16:46:58 2013 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* ext/objspace/object_tracing.c: add new 3 methods to control tracing.
|
* ext/objspace/object_tracing.c: add new 3 methods to control tracing.
|
||||||
|
|
|
@ -245,7 +245,10 @@ trace_object_allocations_clear(VALUE self)
|
||||||
*
|
*
|
||||||
* This example has included the ObjectSpace module to make it easier to read,
|
* This example has included the ObjectSpace module to make it easier to read,
|
||||||
* but you can also use the
|
* 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
|
static VALUE
|
||||||
trace_object_allocations(VALUE self)
|
trace_object_allocations(VALUE self)
|
||||||
|
|
Loading…
Add table
Reference in a new issue