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

References

utils/benchmark/src/sysinfo.cc
  251     std::ifstream f(StrCat(FPath, "size").c_str());
  256       PrintErrorAndDie("Failed while reading file '", FPath, "size'");
  267     if (!ReadFromFile(StrCat(FPath, "type"), &info.type))
  268       PrintErrorAndDie("Failed to read from file ", FPath, "type");
  269     if (!ReadFromFile(StrCat(FPath, "level"), &info.level))
  270       PrintErrorAndDie("Failed to read from file ", FPath, "level");
  272     if (!ReadFromFile(StrCat(FPath, "shared_cpu_map"), &map_str))
  273       PrintErrorAndDie("Failed to read from file ", FPath, "shared_cpu_map");