Crypto++
bench.h
1 #ifndef CRYPTOPP_BENCH_H
2 #define CRYPTOPP_BENCH_H
3 
4 #include "cryptlib.h"
5 
6 extern const double CLOCK_TICKS_PER_SECOND;
7 
8 void BenchmarkAll(double t, double hertz);
9 void BenchmarkAll2(double t, double hertz);
10 
11 #endif