Home
last modified time | relevance | path

Searched refs:UsePreciseTimer (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/extras/simpleperf/
H A DIOEventLoop.h43 bool UsePreciseTimer();
H A DIOEventLoop.cpp53 bool IOEventLoop::UsePreciseTimer() { in UsePreciseTimer() function in simpleperf::IOEventLoop
H A DIOEventLoop_test.cpp133 ASSERT_TRUE(loop.UsePreciseTimer()); in TestPeriodicEvents()
H A Dcmd_stat.cpp558 if (!loop->UsePreciseTimer()) { in Run()