# File lib/new_relic/agent/stats.rb, line 140
      def min_time_less?(other)
        (other.min_call_time < min_call_time && other.call_count > 0) || call_count == 0
      end