zcash-patched-for-explorer/src/zcbenchmarks.h

12 lines
216 B
C
Raw Normal View History

#ifndef BENCHMARKS_H
#define BENCHMARKS_H
#include <sys/time.h>
#include <stdlib.h>
extern double benchmark_sleep();
extern double benchmark_parameter_loading();
extern double benchmark_create_joinsplit();
#endif