Home | History | Annotate | Download | only in runtime

Lines Matching refs:clock_base

836     uint64_t clock_base = thread->GetTraceClockBase();
837 if (UNLIKELY(clock_base == 0)) {
842 *thread_clock_diff = thread->GetCpuMicroTime() - clock_base;