Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/benchmark/src/
Dsysinfo.cc462 auto startsWithKey = [](std::string const& Value, std::string const& Key) { in GetCPUCyclesPerSecond() local
479 if (startsWithKey(ln, "cpu MHz")) { in GetCPUCyclesPerSecond()
484 } else if (startsWithKey(ln, "bogomips")) { in GetCPUCyclesPerSecond()
/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc502 auto startsWithKey = [](std::string const& Value, std::string const& Key) { in GetCPUCyclesPerSecond() local
519 if (startsWithKey(ln, "cpu MHz")) { in GetCPUCyclesPerSecond()
524 } else if (startsWithKey(ln, "bogomips")) { in GetCPUCyclesPerSecond()
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dsysinfo.cc502 auto startsWithKey = [](std::string const& Value, std::string const& Key) { in GetCPUCyclesPerSecond() local
519 if (startsWithKey(ln, "cpu MHz")) { in GetCPUCyclesPerSecond()
524 } else if (startsWithKey(ln, "bogomips")) { in GetCPUCyclesPerSecond()
/external/google-benchmark/src/
Dsysinfo.cc562 auto startsWithKey = [](std::string const& Value, std::string const& Key) { in GetCPUCyclesPerSecond() local
579 if (startsWithKey(ln, "cpu MHz")) { in GetCPUCyclesPerSecond()
584 } else if (startsWithKey(ln, "bogomips")) { in GetCPUCyclesPerSecond()