From 9273c075a2f993c5154614b70233d8f74515c851 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Mon, 3 May 2010 09:27:26 -0300 Subject: Move files from hardinfo2 to root. --- includes/benchmark.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 includes/benchmark.h (limited to 'includes/benchmark.h') diff --git a/includes/benchmark.h b/includes/benchmark.h new file mode 100644 index 00000000..27bcbf4c --- /dev/null +++ b/includes/benchmark.h @@ -0,0 +1,21 @@ +#ifndef __BENCHMARK_H__ +#define __BENCHMARK_H__ + +#include "hardinfo.h" + +extern ProgramParameters params; + +enum { + BENCHMARK_BLOWFISH, + BENCHMARK_CRYPTOHASH, + BENCHMARK_FIB, + BENCHMARK_NQUEENS, + BENCHMARK_FFT, + BENCHMARK_RAYTRACE, + BENCHMARK_GUI, + BENCHMARK_N_ENTRIES +} BenchmarkEntries; + +extern gdouble bench_results[BENCHMARK_N_ENTRIES]; + +#endif /* __BENCHMARK_H__ */ \ No newline at end of file -- cgit v1.2.3