Searched refs:total_wait_time_ (Results 1 – 4 of 4) sorted by relevance
104 return total_wait_time_; in GetWaitTime()137 uint64_t total_wait_time_; variable
87 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()
193 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()
1129 uint64_t total_wait_time_; variable