Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc1192 uint64_t total_duration = 0; in DumpGcPerformanceInfo() local
1196 total_duration += collector->GetCumulativeTimings().GetTotalNs(); in DumpGcPerformanceInfo()
1200 if (total_duration != 0) { in DumpGcPerformanceInfo()
1201 const double total_seconds = total_duration / 1.0e9; in DumpGcPerformanceInfo()
1203 os << "Total time spent in GC: " << PrettyDuration(total_duration) << "\n"; in DumpGcPerformanceInfo()