Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DIOEventLoop.h40 bool UsePreciseTimer();
DIOEventLoop.cpp52 bool IOEventLoop::UsePreciseTimer() { in UsePreciseTimer() function in IOEventLoop
DIOEventLoop_test.cpp131 ASSERT_TRUE(loop.UsePreciseTimer()); in TestPeriodicEvents()
Dcmd_stat.cpp562 if (!loop->UsePreciseTimer()) { in Run()