module Remnant::GC::Base::ClassMethods
Public Instance Methods
clear_stats()
click to toggle source
# File lib/remnant/gc/base.rb, line 25 def clear_stats true end
collections()
click to toggle source
# File lib/remnant/gc/base.rb, line 13 def collections 0 end
disable_stats()
click to toggle source
# File lib/remnant/gc/base.rb, line 21 def disable_stats true end
enable_stats()
click to toggle source
# File lib/remnant/gc/base.rb, line 17 def enable_stats true end
enabled?()
click to toggle source
# File lib/remnant/gc/base.rb, line 5 def enabled? false end
time()
click to toggle source
# File lib/remnant/gc/base.rb, line 9 def time 0 end