Home
last modified time | relevance | path

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

/frameworks/rs/
DrsContext.cpp140 mTimers[ct] = 0; in timerReset()
173 mTimers[mTimerActive] += mTimeLast - last; in timerSet()
180 total += mTimers[ct]; in timerPrint()
184 mTimeMSLastScript = mTimers[RS_TIMER_SCRIPT] / 1000000; in timerPrint()
185 mTimeMSLastSwap = mTimers[RS_TIMER_CLEAR_SWAP] / 1000000; in timerPrint()
192 100.0 * mTimers[RS_TIMER_SCRIPT] / total, mTimeMSLastScript, in timerPrint()
193 100.0 * mTimers[RS_TIMER_CLEAR_SWAP] / total, mTimeMSLastSwap, in timerPrint()
194 100.0 * mTimers[RS_TIMER_IDLE] / total, mTimers[RS_TIMER_IDLE] / 1000000, in timerPrint()
195 100.0 * mTimers[RS_TIMER_INTERNAL] / total, mTimers[RS_TIMER_INTERNAL] / 1000000, in timerPrint()
DrsContext.h361 uint64_t mTimers[_RS_TIMER_TOTAL]; variable