Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.cc146 return (total_freed_bytes_ * 1000) / (NsToMs(GetCumulativeTimings().GetTotalNs()) + 1); in GetEstimatedMeanThroughput()
199 const uint64_t total_ns = logger.GetTotalNs(); in DumpPerformanceInfo()
200 double seconds = NsToMs(logger.GetTotalNs()) / 1000.0; in DumpPerformanceInfo()
/art/runtime/base/
Dtiming_logger.h39 uint64_t GetTotalNs() const { in GetTotalNs() function
150 uint64_t GetTotalNs() const;
Dtiming_logger.cc150 uint64_t TimingLogger::GetTotalNs() const { in GetTotalNs() function in art::TimingLogger
233 os << name_ << ": end, " << PrettyDuration(GetTotalNs()) << "\n"; in Dump()
/art/dex2oat/
Ddex2oat.cc1603 if (dump_timing_ || (dump_slow_timing_ && timings_->GetTotalNs() > MsToNs(1000))) { in DumpTiming()
/art/runtime/gc/
Dheap.cc959 total_duration += collector->GetCumulativeTimings().GetTotalNs(); in DumpGcPerformanceInfo()
1047 gc_time += collector->GetCumulativeTimings().GetTotalNs(); in GetGcTime()