Home
last modified time | relevance | path

Searched refs:shotTimes (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/util/
H A DCppTimer.h38 explicit CppTimer(Function callback, Args... args) : interval(0), shotTimes(-1), isRunning(false) in CppTimer()
47 CppTimer(Function callback, Args... args, int shotTimes) : interval(0), shotTimes(-1), isRunning(false) in CppTimer() argument
50 this->shotTimes = shotTimes; in CppTimer()
57 shotTimes = timers; in SetShotTimes()
62 return shotTimes; in GetShotTimes()
78 int32_t shotTimes; member in CppTimer
H A DCppTimer.cpp70 if (shotTimes != 0) { in RunTimerTick()
75 if (shotTimes > 0) { in RunTimerTick()
76 shotTimes--; in RunTimerTick()

Completed in 2 milliseconds