Searched refs:total_seconds (Results 1 – 1 of 1) sorted by relevance
1150 const double total_seconds = static_cast<double>(total_duration / 1000) / 1000000.0; in DumpGcPerformanceInfo() local1153 << PrettySize(GetBytesFreedEver() / total_seconds) << "/s\n"; in DumpGcPerformanceInfo()1155 << (GetObjectsFreedEver() / total_seconds) << " objects/s\n"; in DumpGcPerformanceInfo()