gc_info.rb

Path: lib/railsbench/gc_info.rb
Last Update: Sat Jun 12 16:59:29 +0000 2010

Required files

set  

Constants

GCAttributes = [:processed, :live, :freelist, :freed, :time]   Entry Format:

Garbage collection started objects processed: 0223696 live objects : 0192126 freelist objects : 0000000 freed objects : 0031570 kept 0000370 / freed 0000609 objects of type OBJECT kept 0001071 / freed 0000062 objects of type CLASS kept 0000243 / freed 0000061 objects of type ICLASS kept 0000041 / freed 0000061 objects of type FLOAT kept 0013974 / freed 0015432 objects of type STRING kept 0000651 / freed 0000002 objects of type REGEXP kept 0000617 / freed 0009948 objects of type ARRAY kept 0000646 / freed 0001398 objects of type HASH kept 0000004 / freed 0000121 objects of type BIGNUM kept 0000006 / freed 0000005 objects of type FILE kept 0000400 / freed 0000253 objects of type DATA kept 0000001 / freed 0000093 objects of type MATCH kept 0000067 / freed 0000136 objects of type VARMAP kept 0000167 / freed 0000939 objects of type SCOPE kept 0173634 / freed 0002389 objects of type NODE GC time: 47 msec

GCSummaries = [:min, :max, :mean, :stddev, :stddev_percentage]

[Validate]