mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/objspace/object_tracing.c: [DOC] trace_object_allocations_stop
By @srawlins [Fixes GH-421] https://github.com/ruby/ruby/pull/421 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8adbcb6634
commit
2cfdbd7d72
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Fri Nov 8 02:43:01 2013 Zachary Scott <e@zzak.io>
|
||||||
|
|
||||||
|
* ext/objspace/object_tracing.c: [DOC] trace_object_allocations_stop
|
||||||
|
By @srawlins [Fixes GH-421] https://github.com/ruby/ruby/pull/421
|
||||||
|
|
||||||
Fri Nov 8 02:34:20 2013 Zachary Scott <e@zzak.io>
|
Fri Nov 8 02:34:20 2013 Zachary Scott <e@zzak.io>
|
||||||
|
|
||||||
* lib/net/ftp.rb: [DOC] Document Net::FTP.mdtm and .set_socket and fix
|
* lib/net/ftp.rb: [DOC] Document Net::FTP.mdtm and .set_socket and fix
|
||||||
|
|
|
@ -207,8 +207,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 stop
|
* Note that if ::trace_object_allocations_start is called n-times, then
|
||||||
* tracing after calling ::trace_object_allocations_stop n-times.
|
* tracing will stop after calling ::trace_object_allocations_stop n-times.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
static VALUE
|
static VALUE
|
||||||
|
|
Loading…
Reference in a new issue