# File lib/new_relic/agent/traced_method_stack.rb, line 40
      def push_segment state, segment
        transaction_sampler.notice_push_frame(state, segment.start_time) if sampler_enabled?
        @stack.push segment
        segment
      end