# File lib/new_relic/agent/stats.rb, line 94
      def increment_count(value = 1)
        @call_count += value
      end