# File lib/active_support/notifications/instrumenter.rb, line 48
      def parent_of?(event)
        start = (time - event.time) * 1000
        start <= 0 && (start + duration >= event.duration)
      end