Home
last modified time | relevance | path

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

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