source: trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/soft/benchmark/benchmark.h @ 134

Last change on this file since 134 was 134, checked in by kane, 13 years ago

add multi write buffer in cc_xcache_v4

File size: 322 bytes
Line 
1#ifndef benchmark_h
2#define benchmark_h
3
4#include "../define.h"
5
6void benchmark                         (void);
7int  benchmark_sort                    (void);
8int  benchmark_dhrystone               (void);
9int  benchmark_matrix_multiplication_st(void);
10int  benchmark_matrix_multiplication_mt(void);
11
12#endif //benchmark_h
Note: See TracBrowser for help on using the repository browser.