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

References

utils/benchmark/src/console_reporter.cc
  120     rate = StrCat(" ", HumanReadableNumber(result.bytes_per_second), "B/s");
  127         StrCat(" ", HumanReadableNumber(result.items_per_second), " items/s");
utils/benchmark/src/sysinfo.cc
  217         StrCat("/sys/devices/system/cpu/cpu", cpu, "/cpufreq/scaling_governor");
  250     std::string FPath = StrCat(dir, "index", Idx++, "/");
  251     std::ifstream f(StrCat(FPath, "size").c_str());
  267     if (!ReadFromFile(StrCat(FPath, "type"), &info.type))
  269     if (!ReadFromFile(StrCat(FPath, "level"), &info.level))
  272     if (!ReadFromFile(StrCat(FPath, "shared_cpu_map"), &map_str))