# File lib/logging/stats.rb, line 29 def reset @sum = 0.0 @sumsq = 0.0 @num = 0 @min = 0.0 @max = 0.0 @last = nil @last_time = Time.now.to_f self end