source:
trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/soft/benchmark/benchmark.h
@
137
Last change on this file since 137 was 134, checked in by , 14 years ago | |
---|---|
File size: 322 bytes |
Line | |
---|---|
1 | #ifndef benchmark_h |
2 | #define benchmark_h |
3 | |
4 | #include "../define.h" |
5 | |
6 | void benchmark (void); |
7 | int benchmark_sort (void); |
8 | int benchmark_dhrystone (void); |
9 | int benchmark_matrix_multiplication_st(void); |
10 | int benchmark_matrix_multiplication_mt(void); |
11 | |
12 | #endif //benchmark_h |
Note: See TracBrowser
for help on using the repository browser.