Searched defs:TickCountImpl (Results 1 – 1 of 1) sorted by relevance
58 struct TickCountImpl { struct60 uint64_t mStartTimeUs;62 long long mFreqPerSec = 0; // 0 means 'high perf counter isn't available'64 clock_serv_t mClockServ;68 TickCountImpl() { in TickCountImpl() function81 ~TickCountImpl() { in ~TickCountImpl()86 uint64_t getStartTimeUs() const { in getStartTimeUs()90 uint64_t getUs() const { in getUs()