# File lib/logging/stats.rb, line 137 def tick now = Time.now.to_f sample(now - @last_time) @last_time = now end