Searched refs:mTimers (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/renderscript/v8/rs_support/
H A DrsContext.cpp90 mTimers[ct] = 0;
123 mTimers[mTimerActive] += mTimeLast - last;
130 total += mTimers[ct];
134 mTimeMSLastScript = mTimers[RS_TIMER_SCRIPT] / 1000000;
135 mTimeMSLastSwap = mTimers[RS_TIMER_CLEAR_SWAP] / 1000000;
141 100.0 * mTimers[RS_TIMER_SCRIPT] / total, mTimeMSLastScript,
142 100.0 * mTimers[RS_TIMER_CLEAR_SWAP] / total, mTimeMSLastSwap,
143 100.0 * mTimers[RS_TIMER_IDLE] / total, mTimers[RS_TIMER_IDLE] / 1000000,
144 100.0 * mTimers[RS_TIMER_INTERNA
[all...]
H A DrsContext.h191 uint64_t mTimers[_RS_TIMER_TOTAL]; member in class:android::renderscript::Context
/frameworks/rs/
H A DrsContext.cpp109 mTimers[ct] = 0;
142 mTimers[mTimerActive] += mTimeLast - last;
149 total += mTimers[ct];
153 mTimeMSLastScript = mTimers[RS_TIMER_SCRIPT] / 1000000;
154 mTimeMSLastSwap = mTimers[RS_TIMER_CLEAR_SWAP] / 1000000;
160 100.0 * mTimers[RS_TIMER_SCRIPT] / total, mTimeMSLastScript,
161 100.0 * mTimers[RS_TIMER_CLEAR_SWAP] / total, mTimeMSLastSwap,
162 100.0 * mTimers[RS_TIMER_IDLE] / total, mTimers[RS_TIMER_IDLE] / 1000000,
163 100.0 * mTimers[RS_TIMER_INTERNA
[all...]
H A DrsContext.h261 uint64_t mTimers[_RS_TIMER_TOTAL]; member in class:android::renderscript::Context

Completed in 23 milliseconds