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

  /art/runtime/
trace.cc 824 uint64_t clock_base = thread->GetTraceClockBase(); local
825 if (UNLIKELY(clock_base == 0)) {
830 *thread_clock_diff = thread->GetCpuMicroTime() - clock_base;
    [all...]
thread.h     [all...]

Completed in 298 milliseconds