HomeSort by relevance Sort by last modified time
    Searched refs:mTimers (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/rs/
rsContext.cpp 211 mTimers[ct] = 0;
234 mTimers[mTimerActive] += mTimeLast - last;
242 total += mTimers[ct];
246 mTimeMSLastScript = mTimers[RS_TIMER_SCRIPT] / 1000000;
247 mTimeMSLastSwap = mTimers[RS_TIMER_CLEAR_SWAP] / 1000000;
253 100.0 * mTimers[RS_TIMER_SCRIPT] / total, mTimeMSLastScript,
254 100.0 * mTimers[RS_TIMER_CLEAR_SWAP] / total, mTimeMSLastSwap,
255 100.0 * mTimers[RS_TIMER_IDLE] / total, mTimers[RS_TIMER_IDLE] / 1000000,
256 100.0 * mTimers[RS_TIMER_INTERNAL] / total, mTimers[RS_TIMER_INTERNAL] / 1000000)
    [all...]
rsContext.h 253 uint64_t mTimers[_RS_TIMER_TOTAL];

Completed in 18 milliseconds