Index: third_party/google_benchmark/src/sysinfo.h |
diff --git a/third_party/google_benchmark/src/sysinfo.h b/third_party/google_benchmark/src/sysinfo.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c5d9916d2ddea09bfd725679eab99b8b49817e1e |
--- /dev/null |
+++ b/third_party/google_benchmark/src/sysinfo.h |
@@ -0,0 +1,10 @@ |
+#ifndef BENCHMARK_SYSINFO_H_ |
+#define BENCHMARK_SYSINFO_H_ |
+ |
+namespace benchmark { |
+int NumCPUs(); |
+double CyclesPerSecond(); |
+bool CpuScalingEnabled(); |
+} // end namespace benchmark |
+ |
+#endif // BENCHMARK_SYSINFO_H_ |