source: trunk/Softwares/MiBench/src/include/benchmark.h @ 124

Last change on this file since 124 was 124, checked in by rosiere, 15 years ago

1) Add test and configuration
2) Fix Bug
3) Add log file in load store unit
4) Fix Bug in environment

  • Property svn:keywords set to Id
File size: 381 bytes
Line 
1// $Id: benchmark.h 124 2009-06-17 12:11:25Z rosiere $
2
3#ifndef benchmark_h
4#define benchmark_h
5
6void run_none                 (void);
7
8void run_automative_basicmath (void);
9void run_automative_bitcount  (void);
10void run_automative_qsort     (void);
11void run_automative_susan     (void);
12
13void run_network_dijkstra     (void);
14
15void run_office_stringsearch  (void);
16
17void run_security_sha         (void);
18
19#endif // benchmark_h
Note: See TracBrowser for help on using the repository browser.