# File lib/new_relic/agent/traced_method_stack.rb, line 10
      def initialize(tag, start_time)
        @tag = tag
        @start_time = start_time
        @children_time = 0
      end