00001 // bench.h - written and placed in the public domain by Wei Dai 00002 00003 #ifndef CRYPTOPP_BENCH_H 00004 #define CRYPTOPP_BENCH_H 00005 00006 #include "cryptlib.h" 00007 00008 extern const double CLOCK_TICKS_PER_SECOND; 00009 00010 void BenchmarkAll(double t, double hertz); 00011 void BenchmarkAll2(double t, double hertz); 00012 00013 #endif