# File lib/as_timer.rb, line 83 def initialize(samples) @samples = samples @min = 1_000_000.0 @current = 0.0 @max = 0.0 @ticks = 0 end