]>
Commit | Line | Data |
---|---|---|
39236c6e A |
1 | #ifndef __PERF_INDEX_H_ |
2 | #define __PERF_INDEX_H_ | |
3 | ||
fe8ab488 A |
4 | #define DECL_SETUP int setup(int num_threads, long long length, int test_argc, const void** test_argv) |
5 | #define DECL_TEST int execute(int thread_id, int num_threads, long long length, int test_argc, const void** test_argv) | |
6 | #define DECL_CLEANUP int cleanup(int num_threads, long long length) | |
39236c6e | 7 | |
fe8ab488 | 8 | char* error_str = ""; |
39236c6e A |
9 | |
10 | #endif |