source: trunk/Softwares/SPECINT2000/src/include/benchmark.h @ 117

Last change on this file since 117 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
Line 
1// $Id: benchmark.h 117 2009-05-16 14:42:39Z rosiere $
2
3#ifndef benchmark_h
4#define benchmark_h
5
6void run_none       ();
7void run_164_gzip   ();
8void run_175_vpr    ();
9void run_176_gcc    ();
10void run_181_mcf    ();
11void run_255_vortex ();
12void run_256_bzip2  ();
13void run_300_twolf  ();
14
15#endif // benchmark_h
Note: See TracBrowser for help on using the repository browser.