xref: /xnu-11417.140.69/tools/tests/perf_index/perf_index.h (revision 43a90889846e00bfb5cf1d255cdc0a701a1e05a4)
1*43a90889SApple OSS Distributions #ifndef __PERF_INDEX_H_
2*43a90889SApple OSS Distributions #define __PERF_INDEX_H_
3*43a90889SApple OSS Distributions 
4*43a90889SApple OSS Distributions #define DECL_SETUP int setup(int num_threads, long long length, int test_argc, const void** test_argv)
5*43a90889SApple OSS Distributions #define DECL_TEST int execute(int thread_id, int num_threads, long long length, int test_argc, const void** test_argv)
6*43a90889SApple OSS Distributions #define DECL_CLEANUP int cleanup(int num_threads, long long length)
7*43a90889SApple OSS Distributions 
8*43a90889SApple OSS Distributions char* error_str = "";
9*43a90889SApple OSS Distributions 
10*43a90889SApple OSS Distributions #endif
11