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

  /art/runtime/
trace.cc 809 uint64_t clock_base = thread->GetTraceClockBase(); local
810 if (UNLIKELY(clock_base == 0)) {
815 *thread_clock_diff = thread->GetCpuMicroTime() - clock_base;
    [all...]
thread.h 835 void SetTraceClockBase(uint64_t clock_base) {
836 tls64_.trace_clock_base = clock_base;
    [all...]

Completed in 83 milliseconds