Home
last modified time | relevance | path

Searched refs:GetTotalNs (Results 1 – 4 of 4) sorted by relevance

/art/runtime/base/
Dtiming_logger.h41 uint64_t GetTotalNs() const { in GetTotalNs() function
173 uint64_t GetTotalNs() const;
Dtiming_logger.cc155 uint64_t TimingLogger::GetTotalNs() const { in GetTotalNs() function in art::TimingLogger
238 os << name_ << ": end, " << PrettyDuration(GetTotalNs()) << "\n"; in Dump()
/art/runtime/gc/collector/
Dgarbage_collector.cc211 return (total_freed_bytes_ * 1000) / (NsToMs(GetCumulativeTimings().GetTotalNs()) + 1); in GetEstimatedMeanThroughput()
281 const uint64_t total_ns = logger.GetTotalNs(); in DumpPerformanceInfo()
/art/dex2oat/
Ddex2oat.cc2502 (kIsDebugBuild && timings_->GetTotalNs() > MsToNs(1000))) { in DumpTiming()