Flowdock
method

stat

Importance_1
v1_9_3_392 - Show latest stable - 0 notes - Class: GC
stat(p1 = v1) public

Returns a Hash containing information about the GC.

The hash includes information about internal statistics about GC such as:

{
  :count          => 18,
  :heap_used      => 77,
  :heap_length    => 77,
  :heap_increment => 0,
  :heap_live_num  => 23287,
  :heap_free_num  => 8115,
  :heap_final_num => 0,
}

The contents of the hash are implementation defined and may be changed in the future.

This method is only expected to work on C Ruby.

Show source
Register or log in to add new notes.