Home | Sort by relevance Sort by last modified time |
/art/runtime/ | |
thread_pool.h | 91 return total_wait_time_; 124 uint64_t total_wait_time_; member in class:art::ThreadPool |
thread_pool.cc | 86 total_wait_time_(0), 124 total_wait_time_ = 0; 155 total_wait_time_ += wait_end - std::max(wait_start, start_time_); |
/art/runtime/gc/ | |
heap.h | 1005 uint64_t total_wait_time_; member in class:art::gc::Heap [all...] |
heap.cc | 191 total_wait_time_(0), [all...] |