Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.h104 return total_wait_time_; in GetWaitTime()
137 uint64_t total_wait_time_; variable
Dthread_pool.cc87 total_wait_time_(0), in ThreadPool()
126 total_wait_time_ = 0; in StartWorkers()
157 total_wait_time_ += wait_end - std::max(wait_start, start_time_); in GetTask()
/art/runtime/gc/
Dheap.cc193 total_wait_time_(0), in Heap()
991 os << "Total time waiting for GC to complete: " << PrettyDuration(total_wait_time_) << "\n"; in DumpGcPerformanceInfo()
1022 total_wait_time_ = 0; in ResetGcPerformanceInfo()
3196 total_wait_time_ += wait_time; in WaitForGcToCompleteLocked()
Dheap.h1129 uint64_t total_wait_time_; variable