Fennel: StatsTimer Class Reference (original) (raw)
Calculates the interval which should elapse before the next call to onTimerInterval.
This can be different each time. A return value of 0 will cause the TimerThread to cease calling back.
Implements TimerThreadClient.
Definition at line 80 of file StatsTimer.cpp.
References intervalInMillis.
00081 { 00082 return intervalInMillis; 00083 }