Searched defs:TickCountImpl (Results 1 – 1 of 1) sorted by relevance
72 struct TickCountImpl { struct74 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() function95 ~TickCountImpl() { in ~TickCountImpl()100 uint64_t getStartTimeUs() const { in getStartTimeUs()104 uint64_t getUs() const { in getUs()