diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2010-05-03 09:27:26 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2010-05-03 21:08:06 -0300 |
commit | 9273c075a2f993c5154614b70233d8f74515c851 (patch) | |
tree | eb72a8c58e6bc8f4ca3b739d28fbecc269c0052d /hardinfo2/includes/benchmark.h | |
parent | 9a50155ec3e27aa6cedf3f118196f1947c769a29 (diff) |
Move files from hardinfo2 to root.
Diffstat (limited to 'hardinfo2/includes/benchmark.h')
-rw-r--r-- | hardinfo2/includes/benchmark.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/hardinfo2/includes/benchmark.h b/hardinfo2/includes/benchmark.h deleted file mode 100644 index 27bcbf4c..00000000 --- a/hardinfo2/includes/benchmark.h +++ /dev/null @@ -1,21 +0,0 @@ -#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 |