Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dtrace.cc798 uint64_t clock_base = thread->GetTraceClockBase(); in ReadClocks() local
799 if (UNLIKELY(clock_base == 0)) { in ReadClocks()
804 *thread_clock_diff = thread->GetCpuMicroTime() - clock_base; in ReadClocks()
H A Dthread.h1119 void SetTraceClockBase(uint64_t clock_base) { in SetTraceClockBase() argument
1120 tls64_.trace_clock_base = clock_base; in SetTraceClockBase()