Searched refs:GetTotalNs (Results 1 – 5 of 5) sorted by relevance
40 uint64_t GetTotalNs() const { in GetTotalNs() function175 uint64_t GetTotalNs() const;
150 uint64_t TimingLogger::GetTotalNs() const { in GetTotalNs() function in art::TimingLogger233 os << name_ << ": end, " << PrettyDuration(GetTotalNs()) << "\n"; in Dump()
305 return (total_freed_bytes_ * 1000) / (NsToMs(GetCumulativeTimings().GetTotalNs()) + 1); in GetEstimatedMeanThroughput()393 const uint64_t total_ns = logger.GetTotalNs(); in DumpPerformanceInfo()
1280 total_duration += collector->GetCumulativeTimings().GetTotalNs(); in DumpGcPerformanceInfo()1379 gc_time += collector->GetCumulativeTimings().GetTotalNs(); in GetGcTime()
2312 (kIsDebugBuild && timings_->GetTotalNs() > MsToNs(1000))) { in DumpTiming()