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

  /dalvik/vm/
Profile.cpp 270 * Reset the "cpuClockBase" field in all threads.
279 thread->cpuClockBase = 0;
750 self->cpuClockBase = getThreadCpuTimeInUsec();
753 // self->threadId, self->cpuClockBase);
787 u4 cpuClockDiff = (u4) (getThreadCpuTimeInUsec() - self->cpuClockBase);
Thread.h 288 u8 cpuClockBase;

Completed in 2591 milliseconds