Last change
on this file since 142 was
137,
checked in by rosiere, 15 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 | |
---|
6 | void run_none (void); |
---|
7 | void run_all (void); |
---|
8 | |
---|
9 | void run_automative_basicmath (void); |
---|
10 | void run_automative_bitcount (void); |
---|
11 | void run_automative_qsort (void); |
---|
12 | void run_automative_susan (void); |
---|
13 | void run_automative_susan_edges (void); |
---|
14 | void run_automative_susan_corners (void); |
---|
15 | void run_automative_susan_smoothing (void); |
---|
16 | |
---|
17 | void run_network_dijkstra (void); |
---|
18 | |
---|
19 | void run_office_stringsearch (void); |
---|
20 | |
---|
21 | void run_security_sha (void); |
---|
22 | |
---|
23 | #endif // benchmark_h |
---|
Note: See
TracBrowser
for help on using the repository browser.