class ActiveSupport::Notifications::Fanout::Subscribers::Timed
def start(name, id, payload)
def start(name, id, payload) timestack = IsolatedExecutionState[:_timestack] ||= [] timestack.push Time.now end
def start(name, id, payload) timestack = IsolatedExecutionState[:_timestack] ||= [] timestack.push Time.now end