xref: /xnu-8796.101.5/tools/tests/perf_index/perf_index.h (revision aca3beaa3dfbd42498b42c5e5ce20a938e6554e5)
1 #ifndef __PERF_INDEX_H_
2 #define __PERF_INDEX_H_
3 
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)
7 
8 char* error_str = "";
9 
10 #endif
11