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