Last change
on this file since 119 was
117,
checked in by rosiere, 15 years ago
|
1) Platforms : add new organization for test
2) Load_Store_Unit : add array to count nb_check in store_queue
3) Issue_queue and Core_Glue : rewrite the issue network
4) Special_Register_Unit : add reset value to register CID
5) Softwares : add multicontext test
6) Softwares : add SPECINT
7) Softwares : add MiBench?
7) Read_queue : inhib access for r0
8) Change Core_Glue (network) - dont yet support priority and load balancing scheme
|
-
Property svn:keywords set to
Id
|
File size:
265 bytes
|
Rev | Line | |
---|
[117] | 1 | // $Id: benchmark.h 117 2009-05-16 14:42:39Z rosiere $ |
---|
| 2 | |
---|
| 3 | #ifndef benchmark_h |
---|
| 4 | #define benchmark_h |
---|
| 5 | |
---|
| 6 | void run_none (); |
---|
| 7 | void run_164_gzip (); |
---|
| 8 | void run_175_vpr (); |
---|
| 9 | void run_176_gcc (); |
---|
| 10 | void run_181_mcf (); |
---|
| 11 | void run_255_vortex (); |
---|
| 12 | void run_256_bzip2 (); |
---|
| 13 | void run_300_twolf (); |
---|
| 14 | |
---|
| 15 | #endif // benchmark_h |
---|
Note: See
TracBrowser
for help on using the repository browser.