9 #ifndef IMPBENCHMARK_UTILITY_H
10 #define IMPBENCHMARK_UTILITY_H
12 #include <IMP/benchmark/benchmark_config.h>
15 IMPBENCHMARK_BEGIN_NAMESPACE
24 IMPBENCHMARKEXPORT
void report(std::string benchmark, std::string algorithm,
25 double time,
double check);
28 IMPBENCHMARKEXPORT
void report(std::string benchmark,
double time,
32 IMPBENCHMARKEXPORT
int get_return_value();
34 IMPBENCHMARK_END_NAMESPACE
void report(std::string benchmark, std::string algorithm, double time, double check)
Report a benchmark result in a standard way.