]> Git Repo - VerusCoin.git/blob - src/zcbenchmarks.h
Auto merge of #1144 - bitcartel:zc.v0.11.2.z7_tx_malleability_gettxid, r=bitcartel
[VerusCoin.git] / src / zcbenchmarks.h
1 #ifndef BENCHMARKS_H
2 #define BENCHMARKS_H
3
4 #include <sys/time.h>
5 #include <stdlib.h>
6
7 extern double benchmark_sleep();
8 extern double benchmark_parameter_loading();
9 extern double benchmark_create_joinsplit();
10 extern double benchmark_solve_equihash(bool time);
11 extern double benchmark_solve_equihash_threaded(int nThreads);
12 extern double benchmark_verify_joinsplit(const JSDescription &joinsplit);
13 extern double benchmark_verify_equihash();
14 extern double benchmark_large_tx();
15
16 #endif
This page took 0.0245 seconds and 4 git commands to generate.