Searched refs:clock_base (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dtrace.cc809 uint64_t clock_base = thread->GetTraceClockBase(); local
810 if (UNLIKELY(clock_base == 0)) {
815 *thread_clock_diff = thread->GetCpuMicroTime() - clock_base;
H A Dthread.h835 void SetTraceClockBase(uint64_t clock_base) { argument
836 tls64_.trace_clock_base = clock_base;

Completed in 120 milliseconds