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