From 4602c3cbed029bbdda399b40ff3b1e9675fa2ff4 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sun, 31 Aug 2008 03:44:50 +0000 Subject: Inline some methods of Timer Randomly generate the RW keys as well, removing all need for the keys/ dir --- checks/clock.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'checks/clock.cpp') diff --git a/checks/clock.cpp b/checks/clock.cpp index ed417b21f..73f2c0e39 100644 --- a/checks/clock.cpp +++ b/checks/clock.cpp @@ -10,10 +10,10 @@ using namespace Botan; benchmarks and such take forever. */ -#define USE_CLOCK 1 +#define USE_CLOCK 0 #define USE_TIMES 0 #define USE_POSIX_GETTIME 0 -#define USE_RDTSC 0 +#define USE_RDTSC 1 /* If using USE_RDTSC, set to your CPU's Mhz */ #define CPU_MHZ 2400 -- cgit v1.2.3