]> Git Repo - VerusCoin.git/blame - src/zcbenchmarks.h
Fix performance test for block verification.
[VerusCoin.git] / src / zcbenchmarks.h
CommitLineData
6962bb3d
TH
1#ifndef BENCHMARKS_H
2#define BENCHMARKS_H
3
4#include <sys/time.h>
5#include <stdlib.h>
6
7extern double benchmark_sleep();
8extern double benchmark_parameter_loading();
9extern double benchmark_create_joinsplit();
bf8def97 10extern double benchmark_solve_equihash();
d44feea4 11extern double benchmark_verify_joinsplit(const CPourTx &joinsplit);
a1cd1a27 12extern double benchmark_verify_equihash();
f5edc37f 13extern double benchmark_large_tx(bool testValidate);
6962bb3d
TH
14
15#endif
This page took 0.0243949999999999 seconds and 4 git commands to generate.