Searched refs:GetTotalNs (Results 1 – 4 of 4) sorted by relevance
153 return (total_freed_bytes_ * 1000) / (NsToMs(GetCumulativeTimings().GetTotalNs()) + 1); in GetEstimatedMeanThroughput()220 const uint64_t total_ns = logger.GetTotalNs(); in DumpPerformanceInfo()221 double seconds = NsToMs(logger.GetTotalNs()) / 1000.0; in DumpPerformanceInfo()
40 uint64_t GetTotalNs() const { in GetTotalNs() function168 uint64_t GetTotalNs() const;
154 uint64_t TimingLogger::GetTotalNs() const { in GetTotalNs() function in art::TimingLogger237 os << name_ << ": end, " << PrettyDuration(GetTotalNs()) << "\n"; in Dump()
2290 (kIsDebugBuild && timings_->GetTotalNs() > MsToNs(1000))) { in DumpTiming()