bench.h

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);
00009 void BenchmarkAll2(double t);
00010 
00011 #endif

Generated on Sat Dec 23 02:07:06 2006 for Crypto++ by  doxygen 1.5.1-p1