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

  /dalvik/vm/
Profile.c 241 * Reset the "cpuClockBase" field in all threads.
250 thread->cpuClockBase = 0;
689 self->cpuClockBase = getClock();
692 // self->threadId, self->cpuClockBase);
711 clockDiff = (u4) (now - self->cpuClockBase);
Thread.h 229 u8 cpuClockBase;

Completed in 159 milliseconds