Searched refs:cpu_seconds (Results 1 – 1 of 1) sorted by relevance
322 double cpu_seconds = NsToMs(GetTotalCpuTime()) / 1000.0; in DumpPerformanceInfo() local330 << static_cast<uint64_t>(freed_bytes / cpu_seconds) << "/s / " in DumpPerformanceInfo()331 << PrettySize(freed_bytes / cpu_seconds) << "/s\n"; in DumpPerformanceInfo()