HomeSort by relevance Sort by last modified time
    Searched refs:total_wait_time_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/
thread_pool.h 125 return total_wait_time_;
165 uint64_t total_wait_time_; member in class:art::ThreadPool
thread_pool.cc 132 total_wait_time_(0),
173 total_wait_time_ = 0;
204 total_wait_time_ += wait_end - std::max(wait_start, start_time_);
  /art/runtime/gc/
heap.cc 257 total_wait_time_(0),
    [all...]
heap.h 1342 uint64_t total_wait_time_; member in class:art::gc::Heap
    [all...]

Completed in 745 milliseconds