Searched refs:timeSinceLastReport (Results 1 – 1 of 1) sorted by relevance
4314 nsecs_t timeSinceLastReport = now - mStatistics.lastReportTime; in reportEventForStatistics() local4315 if (timeSinceLastReport > STATISTICS_REPORT_FREQUENCY) { in reportEventForStatistics()