Searched defs:TickCountImpl (Results 1 – 1 of 1) sorted by relevance
86 struct TickCountImpl { struct88 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() argument109 ~TickCountImpl() { in ~TickCountImpl()114 uint64_t getStartTimeUs() const { in getStartTimeUs()118 uint64_t getUs() const { in getUs()