class ElasticAPM::ChildDurations::Durations

def stop

def stop
  @mutex.synchronize do
    @nesting_level -= 1
    @duration = (Util.micros - @start) if @nesting_level == 0
  end
end