xref: /xnu-8796.121.2/tools/tests/perf_index/PerfIndex_COPS_Module/PerfIndex.h (revision c54f35ca767986246321eb901baf8f5ff7923f6a)
1*c54f35caSApple OSS Distributions //
2*c54f35caSApple OSS Distributions //  PerfIndex.h
3*c54f35caSApple OSS Distributions //  PerfIndex
4*c54f35caSApple OSS Distributions //
5*c54f35caSApple OSS Distributions //  Created by Mark Hamilton on 8/20/13.
6*c54f35caSApple OSS Distributions //
7*c54f35caSApple OSS Distributions //
8*c54f35caSApple OSS Distributions 
9*c54f35caSApple OSS Distributions @protocol HGTest <NSObject>
10*c54f35caSApple OSS Distributions 
11*c54f35caSApple OSS Distributions - (BOOL)execute;
12*c54f35caSApple OSS Distributions 
13*c54f35caSApple OSS Distributions @end
14