#ifndef BENCHMARKS_H #define BENCHMARKS_H #include #include extern double benchmark_sleep(); extern double benchmark_parameter_loading(); extern double benchmark_create_joinsplit(); extern double benchmark_solve_equihash(); extern double benchmark_verify_joinsplit(const CPourTx &joinsplit); #endif