Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsContext.cpp106 mTimers[ct] = 0; in timerReset()
139 mTimers[mTimerActive] += mTimeLast - last; in timerSet()
146 total += mTimers[ct]; in timerPrint()
150 mTimeMSLastScript = mTimers[RS_TIMER_SCRIPT] / 1000000; in timerPrint()
151 mTimeMSLastSwap = mTimers[RS_TIMER_CLEAR_SWAP] / 1000000; in timerPrint()
157 100.0 * mTimers[RS_TIMER_SCRIPT] / total, mTimeMSLastScript, in timerPrint()
158 100.0 * mTimers[RS_TIMER_CLEAR_SWAP] / total, mTimeMSLastSwap, in timerPrint()
159 100.0 * mTimers[RS_TIMER_IDLE] / total, mTimers[RS_TIMER_IDLE] / 1000000, in timerPrint()
160 100.0 * mTimers[RS_TIMER_INTERNAL] / total, mTimers[RS_TIMER_INTERNAL] / 1000000, in timerPrint()
DrsContext.h263 uint64_t mTimers[_RS_TIMER_TOTAL]; variable