Fabcoin Core  0.16.2
P2P Digital Currency
bench.h
Go to the documentation of this file.
1 // bench.h - written and placed in the public domain by Wei Dai
2 
3 #ifndef CRYPTOPP_BENCH_H
4 #define CRYPTOPP_BENCH_H
5 
6 #include "cryptlib.h"
7 
8 extern const double CLOCK_TICKS_PER_SECOND;
9 
10 void BenchmarkAll(double t, double hertz);
11 void BenchmarkAll2(double t, double hertz);
12 
13 #endif
void BenchmarkAll(double t, double hertz)
Definition: bench1.cpp:248
Abstract base classes that provide a uniform interface to this library.
void BenchmarkAll2(double t, double hertz)
Definition: bench2.cpp:271
const double CLOCK_TICKS_PER_SECOND
Definition: bench1.cpp:36