/*! \file benchmark.h \brief benchmark functions */ #ifndef _BENCHMARK_H #define _BENCHMARK_H int startBenchmarks(void); #endif /* _BENCHMARK_H */