// $Id: benchmark.h 124 2009-06-17 12:11:25Z 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_security_sha (void); #endif // benchmark_h