// $Id: benchmark.h 117 2009-05-16 14:42:39Z rosiere $ #ifndef benchmark_h #define benchmark_h void run_none (void); void run_automative_basicmath (void); void run_automative_bitcount (void); void run_automative_qsort (void); void run_automative_susan (void); void run_network_dijkstra (void); void run_office_stringsearch (void); void run_office_sha (void); #endif // benchmark_h