Fabcoin Core
0.16.2
P2P Digital Currency
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
src
cryptopp
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
BenchmarkAll
void BenchmarkAll(double t, double hertz)
Definition:
bench1.cpp:248
cryptlib.h
Abstract base classes that provide a uniform interface to this library.
BenchmarkAll2
void BenchmarkAll2(double t, double hertz)
Definition:
bench2.cpp:271
CLOCK_TICKS_PER_SECOND
const double CLOCK_TICKS_PER_SECOND
Definition:
bench1.cpp:36
Generated on Mon Oct 22 2018 15:15:26 for Fabcoin Core by
1.8.11