Searched refs:total_wait_time_ (Results 1 – 4 of 4) sorted by relevance
174 total_wait_time_(0), in ThreadPool()241 total_wait_time_ = 0; in StartWorkers()272 total_wait_time_ += wait_end - std::max(wait_start, start_time_); in GetTask()
159 return total_wait_time_; in GetWaitTime()205 uint64_t total_wait_time_; variable
859 return total_wait_time_; in GetTotalTimeWaitingForGC()1545 uint64_t total_wait_time_; variable
360 total_wait_time_(0), in Heap()965 total_wait_time_ += wait_time; in IncrementDisableThreadFlip()1011 total_wait_time_ += wait_time; in ThreadFlipBegin()1224 os << "Total time waiting for GC to complete: " << PrettyDuration(total_wait_time_) << "\n"; in DumpGcPerformanceInfo()1273 total_wait_time_ = 0; in ResetGcPerformanceInfo()3476 total_wait_time_ += wait_time; in WaitForGcToCompleteLocked()