# File lib/mongrel/stats.rb, line 83 83: def tick 84: now = Time.now 85: sample(now - @last_time) 86: @last_time = now 87: end