# File lib/cabin/metrics/timer.rb, line 28
    def initialize(&stop_callback)
      @start = Time.now
      @callback = stop_callback
    end