Add automated performance measurement system.
This commit is contained in:
11
src/zcbenchmarks.h
Normal file
11
src/zcbenchmarks.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user