HomeSort by relevance Sort by last modified time
    Searched refs:wait_start (Results 1 - 2 of 2) sorted by null

  /art/runtime/
thread_pool.cc 151 const uint64_t wait_start = kMeasureWaitTime ? NanoTime() : 0; local
155 total_wait_time_ += wait_end - std::max(wait_start, start_time_);
  /art/runtime/gc/
heap.cc 2850 uint64_t wait_start = NanoTime(); local
    [all...]

Completed in 56 milliseconds