class GCLogEntry
Attributes
freed_objects[RW]
live_objects[RW]
Public Class Methods
new()
click to toggle source
# File lib/railsbench/gc_info.rb, line 43 def initialize @live_objects = {} @freed_objects = {} end