source: trunk/Softwares/MiBench/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: 381 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                 (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_office_sha           (void);
18
19#endif // benchmark_h
Note: See TracBrowser for help on using the repository browser.