Searched refs:total_seconds (Results 1 – 2 of 2) sorted by relevance
52 elem[0] = int((elem_date_time - first_access_time).total_seconds() *
1142 const double total_seconds = static_cast<double>(total_duration / 1000) / 1000000.0; in DumpGcPerformanceInfo() local1145 << PrettySize(GetBytesFreedEver() / total_seconds) << "/s\n"; in DumpGcPerformanceInfo()1147 << (GetObjectsFreedEver() / total_seconds) << " objects/s\n"; in DumpGcPerformanceInfo()