Searched refs:STATISTICS_REPORT_FREQUENCY (Results 1 – 1 of 1) sorted by relevance
89 static constexpr nsecs_t STATISTICS_REPORT_FREQUENCY = seconds_to_nanoseconds(5 * 60); variable4315 if (timeSinceLastReport > STATISTICS_REPORT_FREQUENCY) { in reportEventForStatistics()