Home
last modified time | relevance | path

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

/art/runtime/base/
Dtiming_logger.h40 uint64_t GetTotalNs() const { in GetTotalNs() function
180 uint64_t GetTotalNs() const;
Dtiming_logger.cc152 uint64_t TimingLogger::GetTotalNs() const { in GetTotalNs() function in art::TimingLogger
235 os << name_ << ": end, " << PrettyDuration(GetTotalNs()) << "\n"; in Dump()
/art/runtime/gc/collector/
Dgarbage_collector.cc247 return (total_freed_bytes_ * 1000) / (NsToMs(GetCumulativeTimings().GetTotalNs()) + 1); in GetEstimatedMeanThroughput()
318 const uint64_t total_ns = logger.GetTotalNs(); in DumpPerformanceInfo()
/art/runtime/gc/
Dheap.cc1196 total_duration += collector->GetCumulativeTimings().GetTotalNs(); in DumpGcPerformanceInfo()
1298 gc_time += collector->GetCumulativeTimings().GetTotalNs(); in GetGcTime()
/art/dex2oat/
Ddex2oat.cc2304 (kIsDebugBuild && timings_->GetTotalNs() > MsToNs(1000))) { in DumpTiming()