The unified diff between revisions [c22bbbce..] and [c78874f2..] is displayed below. It can also be downloaded as a raw diff.
# # # patch "checks/clock.cpp" # from [1360d16e5862ccc5abea01bc6fb9a9de2621d080] # to [47654cf80a2734e16280037db75f8004093cab27] # ============================================================ --- checks/clock.cpp 1360d16e5862ccc5abea01bc6fb9a9de2621d080 +++ checks/clock.cpp 47654cf80a2734e16280037db75f8004093cab27 @@ -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