00001 #ifndef CRYPTOPP_BENCH_H
00002 #define CRYPTOPP_BENCH_H
00003
00004 #include "cryptlib.h"
00005
00006 extern const double CLOCK_TICKS_PER_SECOND;
00007
00008 void BenchmarkAll(double t, double hertz);
00009 void BenchmarkAll2(double t, double hertz);
00010
00011 #endif