class ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed

def start(name, id, payload)

def start(name, id, payload)
  timestack = IsolatedExecutionState[:_timestack_monotonic] ||= []
  timestack.push Process.clock_gettime(Process::CLOCK_MONOTONIC)
end