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