Searched defs:waitStart (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dmonitor.cc204 uint64_t waitStart = 0; local
212 waitStart = NanoTime() / 1000;
224 uint64_t wait_ms = (waitEnd - waitStart) / 1000;

Completed in 57 milliseconds