aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-06-28 13:28:20 +0000
committerlloyd <[email protected]>2008-06-28 13:28:20 +0000
commita94aa41fa812636169a1d4dc2fb723f2c49e377d (patch)
treee3e143ba1c5f05ab37d016b68eb227e185c33280
parentdb9fa3242774973c2469b3cec097e28172e579ab (diff)
Default to using clock(), not rdtsc1.7.7
-rw-r--r--checks/clock.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/checks/clock.cpp b/checks/clock.cpp
index 73f2c0e39..ed417b21f 100644
--- a/checks/clock.cpp
+++ b/checks/clock.cpp
@@ -10,10 +10,10 @@ using namespace Botan;
benchmarks and such take forever.
*/
-#define USE_CLOCK 0
+#define USE_CLOCK 1
#define USE_TIMES 0
#define USE_POSIX_GETTIME 0
-#define USE_RDTSC 1
+#define USE_RDTSC 0
/* If using USE_RDTSC, set to your CPU's Mhz */
#define CPU_MHZ 2400