Home
last modified time | relevance | path

Searched defs:TickCountImpl (Results 1 – 1 of 1) sorted by relevance

/hardware/google/aemu/base/
DSystem.cpp72 struct TickCountImpl { struct
74 uint64_t mStartTimeUs;
76 long long mFreqPerSec = 0; // 0 means 'high perf counter isn't available'
78 clock_serv_t mClockServ;
82 TickCountImpl() { in TickCountImpl() function
95 ~TickCountImpl() { in ~TickCountImpl()
100 uint64_t getStartTimeUs() const { in getStartTimeUs()
104 uint64_t getUs() const { in getUs()