Searched refs:waitEnd (Results 1 - 1 of 1) sorted by relevance

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

Completed in 45 milliseconds