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

  /art/runtime/
trace.cc 188 Thread::Current()->GetCpuMicroTime();
198 uint64_t start = self->GetCpuMicroTime();
211 uint64_t elapsed_us = self->GetCpuMicroTime() - start;
593 uint64_t time = thread->GetCpuMicroTime();
596 *thread_clock_diff = thread->GetCpuMicroTime() - clock_base;
thread.h 271 uint64_t GetCpuMicroTime() const;
thread.cc 499 uint64_t Thread::GetCpuMicroTime() const {
    [all...]

Completed in 72 milliseconds