Searched refs:MyTimer (Results 1 – 1 of 1) sorted by relevance
191 const Timer *MyTimer = I.second.get(); in dump() local192 if (!MyTimer || MyTimer->isRunning()) in dump()198 const Timer *MyTimer = I.second.get(); in dump() local199 if (!MyTimer || (MyTimer->hasTriggered() && !MyTimer->isRunning())) in dump()206 Timer &MyTimer = getPassTimer(PassID); in startTimer() local207 TimerStack.push_back(&MyTimer); in startTimer()208 if (!MyTimer.isRunning()) in startTimer()209 MyTimer.startTimer(); in startTimer()214 Timer *MyTimer = TimerStack.pop_back_val(); in stopTimer() local216 if (MyTimer->isRunning()) in stopTimer()[all …]