summaryrefslogtreecommitdiff
path: root/cleanbench.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2009-02-14 21:16:30 +0000
committerMatt Turner <mattst88@gmail.com>2009-02-14 21:16:30 +0000
commit4f4a74e76d0b7dfea9904cbb43a8905cf80768c6 (patch)
treed021dcf3dde6b76c13467725dedfaa22585febee /cleanbench.h
parent3623dac70811c8a8622233ca15a09ebbad331342 (diff)
More Cleanups, found using icc
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@92 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'cleanbench.h')
-rw-r--r--cleanbench.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/cleanbench.h b/cleanbench.h
index 7bf2833..13b0db2 100644
--- a/cleanbench.h
+++ b/cleanbench.h
@@ -1,2 +1,19 @@
#define MINIMUM_TICKS 60
#define MINIMUM_SECONDS 5 /* Minimum number of seconds to run each test */
+
+double DoNumSort(void);
+double DoStringSort(void);
+double DoBitops(void);
+double DoEmFloat(void);
+double DoFourier(void);
+double DoAssign(void);
+double DoIDEA(void);
+double DoHuffman(void);
+double DoNNET(void);
+double DoLU(void);
+
+void hardware(void);
+
+int randnum(int val);
+int randwc(int num);
+int abs_randwc(int num);