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

  /art/runtime/
trace.cc 627 uint64_t clock_base = thread->GetTraceClockBase(); local
628 if (UNLIKELY(clock_base == 0)) {
633 *thread_clock_diff = thread->GetCpuMicroTime() - clock_base;
thread.h 751 void SetTraceClockBase(uint64_t clock_base) {
752 tls64_.trace_clock_base = clock_base;
    [all...]

Completed in 399 milliseconds