Searched defs:Tick (Results 1 - 1 of 1) sorted by path

/system/libhwbinder/vts/performance/
H A DPerfTest.h72 // Tick sta, end;
136 // Tick keeps timestamp
137 typedef std::chrono::time_point<std::chrono::high_resolution_clock> Tick; typedef
139 // get current timestamp as a Tick
140 static inline Tick tickNow() {
152 static inline uint64_t tickDiffNS(Tick& sta, Tick& end) {

Completed in 586 milliseconds