gmio/benchs/commons/bench_tools.h
2014-01-29 17:52:25 +01:00

11 lines
218 B
C

#ifndef BENCH_TOOLS_H
#define BENCH_TOOLS_H
#include <time.h>
float elapsed_secs(clock_t start_tick);
void benchmark(void (*func)(const char*), const char* title, int argc, char** argv);
#endif /* BENCH_TOOLS_H */