reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/benchmark/src/sysinfo.cc
  472   while (std::getline(f, ln)) {
  473     if (ln.empty()) continue;
  474     size_t SplitIdx = ln.find(':');
  476     if (SplitIdx != std::string::npos) value = ln.substr(SplitIdx + 1);
  480     if (startsWithKey(ln, "cpu MHz")) {
  485     } else if (startsWithKey(ln, "bogomips")) {