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 104 return total_wait_time_;
137 uint64_t total_wait_time_; member in class:art::ThreadPool
thread_pool.cc 87 total_wait_time_(0),
126 total_wait_time_ = 0;
157 total_wait_time_ += wait_end - std::max(wait_start, start_time_);
  /art/runtime/gc/
heap.cc 193 total_wait_time_(0),
    [all...]
heap.h 1129 uint64_t total_wait_time_; member in class:art::gc::Heap
    [all...]

Completed in 49 milliseconds