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

/art/runtime/
H A Dthread_pool.h90 return total_wait_time_;
122 uint64_t total_wait_time_; member in class:art::ThreadPool
H A Dthread_pool.cc82 total_wait_time_(0),
120 total_wait_time_ = 0;
151 total_wait_time_ += wait_end - std::max(wait_start, start_time_);
/art/runtime/gc/
H A Dheap.h703 uint64_t total_wait_time_; member in class:art::gc::Heap
H A Dheap.cc136 total_wait_time_(0),
476 os << "Total time waiting for GC to complete: " << PrettyDuration(total_wait_time_) << "\n";
1749 total_wait_time_ += wait_time;

Completed in 33 milliseconds