Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.cc139 total_wait_time_(0), in ThreadPool()
205 total_wait_time_ = 0; in StartWorkers()
236 total_wait_time_ += wait_end - std::max(wait_start, start_time_); in GetTask()
Dthread_pool.h156 return total_wait_time_; in GetWaitTime()
198 uint64_t total_wait_time_; variable
/art/runtime/gc/
Dheap.cc279 total_wait_time_(0), in Heap()
910 total_wait_time_ += wait_time; in IncrementDisableThreadFlip()
956 total_wait_time_ += wait_time; in ThreadFlipBegin()
1162 os << "Total time waiting for GC to complete: " << PrettyDuration(total_wait_time_) << "\n"; in DumpGcPerformanceInfo()
1211 total_wait_time_ = 0; in ResetGcPerformanceInfo()
3565 total_wait_time_ += wait_time; in WaitForGcToCompleteLocked()
Dheap.h1451 uint64_t total_wait_time_; variable