Searched refs:total_duration (Results 1 – 1 of 1) sorted by relevance
1255 uint64_t total_duration = 0; in DumpGcPerformanceInfo() local1259 total_duration += collector->GetCumulativeTimings().GetTotalNs(); in DumpGcPerformanceInfo()1263 if (total_duration != 0) { in DumpGcPerformanceInfo()1264 const double total_seconds = total_duration / 1.0e9; in DumpGcPerformanceInfo()1266 os << "Total time spent in GC: " << PrettyDuration(total_duration) << "\n"; in DumpGcPerformanceInfo()