Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.cc164 total_wait_time_(0), in ThreadPool()
231 total_wait_time_ = 0; in StartWorkers()
262 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.cc323 total_wait_time_(0), in Heap()
918 total_wait_time_ += wait_time; in IncrementDisableThreadFlip()
964 total_wait_time_ += wait_time; in ThreadFlipBegin()
1177 os << "Total time waiting for GC to complete: " << PrettyDuration(total_wait_time_) << "\n"; in DumpGcPerformanceInfo()
1226 total_wait_time_ = 0; in ResetGcPerformanceInfo()
3446 total_wait_time_ += wait_time; in WaitForGcToCompleteLocked()
Dheap.h1505 uint64_t total_wait_time_; variable