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

Last change on this file was 137, checked in by rosiere, 14 years ago

Various modif (add test, and vhdl)

  • Property svn:keywords set to Id
File size: 650 bytes
Line 
1// $Id: benchmark.h 137 2010-02-16 12:35:48Z rosiere $
2
3#ifndef benchmark_h
4#define benchmark_h
5
6void run_none                       (void);
7void run_all                        (void);
8                                   
9void run_automative_basicmath       (void);
10void run_automative_bitcount        (void);
11void run_automative_qsort           (void);
12void run_automative_susan           (void);
13void run_automative_susan_edges     (void);
14void run_automative_susan_corners   (void);
15void run_automative_susan_smoothing (void);
16
17void run_network_dijkstra           (void);
18                                   
19void run_office_stringsearch        (void);
20                                   
21void run_security_sha               (void);
22
23#endif // benchmark_h
Note: See TracBrowser for help on using the repository browser.