# File lib/new_relic/agent/transaction_timings.rb, line 50
      def clamp_to_positive(value)
        return 0.0 if value < 0.0
        value
      end