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