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

  /art/runtime/
thread.h 567 void SetTraceClockBase(uint64_t clock_base) {
568 trace_clock_base_ = clock_base;
trace.cc 590 uint64_t clock_base = thread->GetTraceClockBase(); local
591 if (UNLIKELY(clock_base == 0)) {
596 *thread_clock_diff = thread->GetCpuMicroTime() - clock_base;

Completed in 40 milliseconds