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

def finish(name, id, payload)

def finish(name, id, payload)
  timestack = IsolatedExecutionState[:_timestack_monotonic]
  started = timestack.pop
  @delegate.call(name, started, Process.clock_gettime(Process::CLOCK_MONOTONIC), id, payload)
end