class ActiveSupport::Notifications::Fanout::Subscribers::Timed

def finish(name, id, payload)

def finish(name, id, payload)
  timestack = Thread.current[:_timestack]
  started = timestack.pop
  @delegate.call(name, started, Time.now, id, payload)
end