Home
last modified time | relevance | path

Searched refs:Tick (Results 1 – 2 of 2) sorted by relevance

/system/libhwbinder/vts/performance/
DPerfTest.h137 typedef std::chrono::time_point<std::chrono::high_resolution_clock> Tick; typedef
140 static inline Tick tickNow() { in tickNow()
152 static inline uint64_t tickDiffNS(Tick& sta, Tick& end) { in tickDiffNS()
DLatency.cpp115 Tick sta, end; in threadStart()
203 Tick sta, end; in clientFx()