Home
last modified time | relevance | path

Searched refs:freqStr (Results 1 – 1 of 1) sorted by relevance

/third_party/benchmark/src/
Dsysinfo.cc710 constexpr auto* freqStr = in GetCPUCyclesPerSecond() local
722 if (GetSysctl(freqStr, &hz)) return hz * 1000000; in GetCPUCyclesPerSecond()
724 if (GetSysctl(freqStr, &hz)) return hz; in GetCPUCyclesPerSecond()
727 freqStr, strerror(errno)); in GetCPUCyclesPerSecond()