Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Dsysinfo.cc97 bool saw_mhz = false; in InitializeSystemInfo() local
105 if (!saw_mhz && in InitializeSystemInfo()
110 saw_mhz = true; in InitializeSystemInfo()
115 if (!saw_mhz && in InitializeSystemInfo()
121 saw_mhz = true; in InitializeSystemInfo()
129 if (!saw_mhz) { in InitializeSystemInfo()
163 if (!saw_mhz && strncasecmp(line, "cpu MHz", sizeof("cpu MHz") - 1) == 0) { in InitializeSystemInfo()
168 saw_mhz = true; in InitializeSystemInfo()
193 if (!saw_mhz) { in InitializeSystemInfo()