Searched refs:TIMER_COUNT_TOP_NUM (Results 1 – 1 of 1) sorted by relevance
73 constexpr int TIMER_COUNT_TOP_NUM = 5; variable303 auto limitedSize = (size > TIMER_COUNT_TOP_NUM) ? TIMER_COUNT_TOP_NUM : size; in ShowTimerCountByUid()