# File lib/cabin/metrics/timer.rb, line 34
    def stop
      duration = Time.now - @start
      @callback.call(duration)
    end