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 39 uint64_t GetTotalNs() const {
150 uint64_t GetTotalNs() const;
timing_logger.cc 151 uint64_t TimingLogger::GetTotalNs() const {
234 os << name_ << ": end, " << PrettyDuration(GetTotalNs()) << "\n";
  /art/runtime/gc/collector/
garbage_collector.cc 153 return (total_freed_bytes_ * 1000) / (NsToMs(GetCumulativeTimings().GetTotalNs()) + 1);
220 const uint64_t total_ns = logger.GetTotalNs();
221 double seconds = NsToMs(logger.GetTotalNs()) / 1000.0;
  /art/runtime/gc/
heap.cc     [all...]
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 257 milliseconds