gmio/tests/commons/bench_tools.h

11 lines
218 B
C
Raw Normal View History

2013-02-20 19:29:34 +08:00
#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 */