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