# File lib/new_relic/agent/stats.rb, line 27
      def is_reset?
        call_count == 0 && total_call_time == 0.0 && total_exclusive_time == 0.0
      end