Searched refs:RESET_COUNT_THRESHOLD (Results 1 – 2 of 2) sorted by relevance
34 static constexpr int RESET_COUNT_THRESHOLD = 100; variable
33 if (++callCount % RESET_COUNT_THRESHOLD == 0) { in Count()