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