Searched refs:GetCpuMicroTime (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dtrace.cc183 Thread::Current()->GetCpuMicroTime();
193 uint64_t start = self->GetCpuMicroTime();
206 uint64_t elapsed_us = self->GetCpuMicroTime() - start;
630 uint64_t time = thread->GetCpuMicroTime();
633 *thread_clock_diff = thread->GetCpuMicroTime() - clock_base;
H A Dthread.h296 uint64_t GetCpuMicroTime() const;
H A Dthread.cc608 uint64_t Thread::GetCpuMicroTime() const { function in class:art::Thread

Completed in 64 milliseconds