Last change
on this file since 136 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
|
Rev | Line | |
---|
[117] | 1 | // $Id: benchmark.h 124 2009-06-17 12:11:25Z rosiere $ |
---|
| 2 | |
---|
| 3 | #ifndef benchmark_h |
---|
| 4 | #define benchmark_h |
---|
| 5 | |
---|
| 6 | void run_none (void); |
---|
| 7 | |
---|
| 8 | void run_automative_basicmath (void); |
---|
| 9 | void run_automative_bitcount (void); |
---|
| 10 | void run_automative_qsort (void); |
---|
| 11 | void run_automative_susan (void); |
---|
| 12 | |
---|
| 13 | void run_network_dijkstra (void); |
---|
| 14 | |
---|
| 15 | void run_office_stringsearch (void); |
---|
| 16 | |
---|
[124] | 17 | void run_security_sha (void); |
---|
[117] | 18 | |
---|
| 19 | #endif // benchmark_h |
---|
Note: See
TracBrowser
for help on using the repository browser.