module GCTime
Constants
- VERSION
Public Class Methods
disable()
click to toggle source
# File lib/gctime.rb, line 15 def disable end
enable()
click to toggle source
# File lib/gctime.rb, line 12 def enable end
total_time()
click to toggle source
# File lib/gctime.rb, line 18 def total_time GC.stat(:time).to_f end