Home | History | Annotate | Download | only in rs

Lines Matching refs:mTimers

138         mTimers[ct] = 0;
171 mTimers[mTimerActive] += mTimeLast - last;
178 total += mTimers[ct];
182 mTimeMSLastScript = mTimers[RS_TIMER_SCRIPT] / 1000000;
183 mTimeMSLastSwap = mTimers[RS_TIMER_CLEAR_SWAP] / 1000000;
189 100.0 * mTimers[RS_TIMER_SCRIPT] / total, mTimeMSLastScript,
190 100.0 * mTimers[RS_TIMER_CLEAR_SWAP] / total, mTimeMSLastSwap,
191 100.0 * mTimers[RS_TIMER_IDLE] / total, mTimers[RS_TIMER_IDLE] / 1000000,
192 100.0 * mTimers[RS_TIMER_INTERNAL] / total, mTimers[RS_TIMER_INTERNAL] / 1000000,