# File lib/new_relic/agent/transaction.rb, line 596
      def record_summary_metrics(outermost_node_name, end_time)
        metrics = summary_metrics
        metrics << @frozen_name unless @frozen_name == outermost_node_name
        @metrics.record_unscoped(metrics, end_time.to_f - start_time.to_f, 0)
      end