Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/base/
DSystem.cpp58 struct TickCountImpl { struct
60 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() function
81 ~TickCountImpl() { in ~TickCountImpl()
86 uint64_t getStartTimeUs() const { in getStartTimeUs()
90 uint64_t getUs() const { in getUs()