Searched refs:sSlowEventThreshold (Results 1 – 1 of 1) sorted by relevance
211 static const std::chrono::duration sSlowEventThreshold = getSlowEventMinReportingLatency(); in processSlowEvent() local223 if (endToEndLatency < sSlowEventThreshold) { in processSlowEvent()