Searched refs:mTimeMSLastScript (Results 1 – 2 of 2) sorted by relevance
184 mTimeMSLastScript = mTimers[RS_TIMER_SCRIPT] / 1000000; in timerPrint()192 100.0 * mTimers[RS_TIMER_SCRIPT] / total, mTimeMSLastScript, in timerPrint()230 …buffer, "Avg fps %u, Frame %i ms, Script %i ms", mAverageFPS, mTimeMSLastFrame, mTimeMSLastScript); in displayDebugStats()
367 uint32_t mTimeMSLastScript; variable