Searched refs:cpuClockBase (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DThread.h197 u8 cpuClockBase; member in struct:Thread
H A DProfile.c236 * Reset the "cpuClockBase" field in all threads.
245 thread->cpuClockBase = 0;
596 self->cpuClockBase = getClock();
599 // self->threadId, self->cpuClockBase);
617 clockDiff = (u4) (now - self->cpuClockBase);

Completed in 52 milliseconds