Crypto++
5.6.3
Free C++ class library of cryptographic schemes
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
bench.h
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
cryptlib.h
Abstract base classes that provide a uniform interface to this library.
Generated on Tue Jul 26 2016 20:28:42 for Crypto++ by
1.8.11