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

  /art/runtime/
trace.cc 177 Thread::Current()->GetCpuMicroTime();
187 uint64_t start = self->GetCpuMicroTime();
200 uint64_t elapsed_us = self->GetCpuMicroTime() - start;
850 uint64_t time = thread->GetCpuMicroTime();
853 *thread_clock_diff = thread->GetCpuMicroTime() - clock_base;
    [all...]
thread.h 397 uint64_t GetCpuMicroTime() const;
    [all...]
check_jni.cc     [all...]
thread.cc     [all...]

Completed in 64 milliseconds