Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DIOEventLoop.h39 bool UsePreciseTimer();
DIOEventLoop.cpp49 bool IOEventLoop::UsePreciseTimer() { in UsePreciseTimer() function in IOEventLoop
DIOEventLoop_test.cpp129 ASSERT_TRUE(loop.UsePreciseTimer()); in TestPeriodicEvents()
Dcmd_stat.cpp421 if (!loop->UsePreciseTimer()) { in Run()