mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/objspace/object_tracing.c: [DOC] Adjust rdoc formatting and fix
small grammar typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1d4e3d48c2
commit
8073bd792c
2 changed files with 10 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Mon Sep 30 23:01:01 2013 Zachary Scott <e@zzak.io>
|
||||||
|
|
||||||
|
* ext/objspace/object_tracing.c: [DOC] Adjust rdoc formatting and fix
|
||||||
|
small grammar typo
|
||||||
|
|
||||||
Mon Sep 30 17:28:39 2013 Koichi Sasada <ko1@atdot.net>
|
Mon Sep 30 17:28:39 2013 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* ext/objspace/object_tracing.c: [DOC] add some nots for
|
* ext/objspace/object_tracing.c: [DOC] add some nots for
|
||||||
|
|
|
@ -176,8 +176,8 @@ trace_object_allocations_start(VALUE self)
|
||||||
*
|
*
|
||||||
* Stop tracing object allocations.
|
* Stop tracing object allocations.
|
||||||
*
|
*
|
||||||
* Note that if trace_object_allocations_start is called n-times, then
|
* Note that if ::trace_object_allocations_start is called n-times, then stop
|
||||||
* stop tracing after calling trace_object_allocations_stop n-times.
|
* tracing after calling ::trace_object_allocations_stop n-times.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
static VALUE
|
static VALUE
|
||||||
|
@ -244,11 +244,10 @@ trace_object_allocations_clear(VALUE self)
|
||||||
* C.new.foo #=> "objtrace.rb:8"
|
* C.new.foo #=> "objtrace.rb:8"
|
||||||
*
|
*
|
||||||
* 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 ::trace_object_allocations notation (recommended).
|
||||||
* "<code>ObjectSpace::trace_object_allocations</code>" notation (recommended).
|
|
||||||
*
|
*
|
||||||
* Note that this feature introduces huge performance down and huge memory
|
* Note that this feature introduces a huge performance decrease and huge
|
||||||
* consumption.
|
* memory consumption.
|
||||||
*/
|
*/
|
||||||
static VALUE
|
static VALUE
|
||||||
trace_object_allocations(VALUE self)
|
trace_object_allocations(VALUE self)
|
||||||
|
|
Loading…
Add table
Reference in a new issue