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

  /art/runtime/
thread_pool.h 90 return total_wait_time_;
122 uint64_t total_wait_time_; member in class:art::ThreadPool
thread_pool.cc 82 total_wait_time_(0),
120 total_wait_time_ = 0;
151 total_wait_time_ += wait_end - std::max(wait_start, start_time_);
  /art/runtime/gc/
heap.h 703 uint64_t total_wait_time_; member in class:art::gc::Heap
heap.cc 136 total_wait_time_(0),
476 os << "Total time waiting for GC to complete: " << PrettyDuration(total_wait_time_) << "\n";
    [all...]

Completed in 189 milliseconds