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

  /art/runtime/
trace.cc 183 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;
thread.h 296 uint64_t GetCpuMicroTime() const;
    [all...]
thread.cc 608 uint64_t Thread::GetCpuMicroTime() const {
    [all...]

Completed in 40 milliseconds