class ActiveSupport::Notifications::Fanout::Subscribers::Timed
def finish(name, id, payload)
def finish(name, id, payload) timestack = IsolatedExecutionState[:_timestack] started = timestack.pop @delegate.call(name, started, Time.now, id, payload) end