Home
last modified time | relevance | path

Searched refs:mTimeMSLastScript (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/
DrsContext.cpp184 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()
DrsContext.h367 uint32_t mTimeMSLastScript; variable