Searched refs:startsWithKey (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/utils/benchmark/src/ |
D | sysinfo.cc | 462 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/ |
D | sysinfo.cc | 502 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/ |
D | sysinfo.cc | 502 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/ |
D | sysinfo.cc | 562 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()
|