Searched refs:s_CounterMax (Results 1 – 1 of 1) sorted by relevance
22 int TimerLog::s_CounterMax = 0; member in nn::test::TimerLog35 s_CounterMax = num; in Initialize()122 int imax = (s_Counter < s_CounterMax) ? s_Counter : s_CounterMax; in RenewAverage()158 if (s_Counter < s_CounterMax) in AddTimerLog()173 int imax = (s_Counter < s_CounterMax) ? s_Counter : s_CounterMax; in ShowTimerLog()191 if (s_Counter > s_CounterMax) in ShowTimerLog()193 …detail::TPrintf("[TimerLog] %d logs were skipped (out of log buffer)\n", s_Counter - s_CounterMax); in ShowTimerLog()