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

  /dalvik/vm/
Thread.h 288 u8 cpuClockBase;
Profile.cpp 398 * Reset the "cpuClockBase" field in all threads.
407 thread->cpuClockBase = 0;
914 self->cpuClockBase = getThreadCpuTimeInUsec(self);
917 *cpuClockDiff = getThreadCpuTimeInUsec(self) - self->cpuClockBase;
    [all...]

Completed in 60 milliseconds