Searched refs:SLEEP_GRANULARITY (Results 1 – 1 of 1) sorted by relevance
52 constexpr useconds_t SLEEP_GRANULARITY = 100 * 1000; // granularity 100 ms in collectEvents() local65 useconds_t duration = std::min(SLEEP_GRANULARITY, timeLimitUs); in collectEvents()