Searched refs:GetCpuMicroTime (Results 1 – 4 of 4) sorted by relevance
154 Thread::Current()->GetCpuMicroTime(); in MeasureClockOverhead()164 uint64_t start = self->GetCpuMicroTime(); in GetClockOverheadNanoSeconds()177 uint64_t elapsed_us = self->GetCpuMicroTime() - start; in GetClockOverheadNanoSeconds()801 uint64_t time = thread->GetCpuMicroTime(); in ReadClocks()804 *thread_clock_diff = thread->GetCpuMicroTime() - clock_base; in ReadClocks()
432 uint64_t GetCpuMicroTime() const;
1381 uint64_t Thread::GetCpuMicroTime() const { in GetCpuMicroTime() function in art::Thread
1329 threadEnv->SetCriticalStartUs(self->GetCpuMicroTime()); in CheckThread()1340 uint64_t critical_duration_us = self->GetCpuMicroTime() - threadEnv->GetCriticalStartUs(); in CheckThread()