Searched refs:cpu_seconds (Results 1 – 1 of 1) sorted by relevance
372 const double cpu_seconds = NsToMs(GetTotalCpuTime()) / 1000.0; in DumpPerformanceInfo() local380 << static_cast<uint64_t>(freed_bytes / cpu_seconds) << "/s / " in DumpPerformanceInfo()381 << PrettySize(freed_bytes / cpu_seconds) << "/s\n" in DumpPerformanceInfo()385 << PrettySize(scanned_bytes / cpu_seconds) << "/s\n"; in DumpPerformanceInfo()