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

/art/runtime/
H A Dthread_pool.cc147 const uint64_t wait_start = kMeasureWaitTime ? NanoTime() : 0; local
151 total_wait_time_ += wait_end - std::max(wait_start, start_time_);
/art/runtime/gc/
H A Dheap.cc1732 uint64_t wait_start = NanoTime(); local
1748 wait_time = NanoTime() - wait_start;

Completed in 817 milliseconds