Home
last modified time | relevance | path

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

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