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