Home
last modified time | relevance | path

Searched refs:s_CounterMax (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/test/
Dtest_TimerLog.cpp22 int TimerLog::s_CounterMax = 0; member in nn::test::TimerLog
35 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()