]> Git Repo - VerusCoin.git/blob - src/zcbenchmarks.h
test
[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();
11 extern std::vector<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.024802 seconds and 4 git commands to generate.