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

  /art/runtime/gc/collector/
iteration.h 44 uint64_t GetDurationNs() const {
garbage_collector.cc 61 return (static_cast<uint64_t>(freed_.bytes) * 1000) / (NsToMs(GetDurationNs()) + 1);
110 RegisterPause(current_iteration->GetDurationNs());
112 total_time_ns_ += current_iteration->GetDurationNs();
  /art/runtime/gc/
heap.cc     [all...]

Completed in 569 milliseconds