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

  /art/runtime/base/
timing_logger.h 41 uint64_t GetTotalNs() const {
173 uint64_t GetTotalNs() const;
timing_logger.cc 155 uint64_t TimingLogger::GetTotalNs() const {
238 os << name_ << ": end, " << PrettyDuration(GetTotalNs()) << "\n";
  /art/runtime/gc/collector/
garbage_collector.cc 220 return (total_freed_bytes_ * 1000) / (NsToMs(GetCumulativeTimings().GetTotalNs()) + 1);
290 const uint64_t total_ns = logger.GetTotalNs();
291 double seconds = NsToMs(logger.GetTotalNs()) / 1000.0;
  /art/runtime/gc/
heap.cc     [all...]
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 196 milliseconds