Home
last modified time | relevance | path

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

/frameworks/rs/
DrsContext.cpp138 mTimers[ct] = 0; in timerReset()
171 mTimers[mTimerActive] += mTimeLast - last; in timerSet()
178 total += mTimers[ct]; in timerPrint()
182 mTimeMSLastScript = mTimers[RS_TIMER_SCRIPT] / 1000000; in timerPrint()
183 mTimeMSLastSwap = mTimers[RS_TIMER_CLEAR_SWAP] / 1000000; in timerPrint()
189 100.0 * mTimers[RS_TIMER_SCRIPT] / total, mTimeMSLastScript, in timerPrint()
190 100.0 * mTimers[RS_TIMER_CLEAR_SWAP] / total, mTimeMSLastSwap, in timerPrint()
191 100.0 * mTimers[RS_TIMER_IDLE] / total, mTimers[RS_TIMER_IDLE] / 1000000, in timerPrint()
192 100.0 * mTimers[RS_TIMER_INTERNAL] / total, mTimers[RS_TIMER_INTERNAL] / 1000000, in timerPrint()
DrsContext.h301 uint64_t mTimers[_RS_TIMER_TOTAL]; variable