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