Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc1095 const double total_seconds = static_cast<double>(total_duration / 1000) / 1000000.0; in DumpGcPerformanceInfo() local
1098 << PrettySize(GetBytesFreedEver() / total_seconds) << "/s\n"; in DumpGcPerformanceInfo()
1100 << (GetObjectsFreedEver() / total_seconds) << " objects/s\n"; in DumpGcPerformanceInfo()