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