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