Home
last modified time | relevance | path

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

/hardware/google/aemu/base/
DSystem.cpp86 struct TickCountImpl { struct
88 uint64_t mStartTimeUs;
90 long long mFreqPerSec = 0; // 0 means 'high perf counter isn't available'
92 clock_serv_t mClockServ;
96 TickCountImpl() { in TickCountImpl() argument
109 ~TickCountImpl() { in ~TickCountImpl()
114 uint64_t getStartTimeUs() const { in getStartTimeUs()
118 uint64_t getUs() const { in getUs()