OOPerformanceEventWatchCPUProfiling.h
1 //
2 // Copyright © 2016 Brightcove, Inc. All rights reserved.
3 //
4 
5 #import "OOPerformanceEventWatchProtocol.h"
6 #import "OOPerformanceEventMatcherProtocol.h"
7 
12 @interface OOPerformanceEventWatchCPUProfiling : NSObject <OOPerformanceEventWatchProtocol>
13 @property (nonatomic, readonly) id<OOPerformanceEventMatcherProtocol> matcher;
14 -(instancetype) init __attribute__((unavailable("init not available")));
15 -(instancetype) initWithMatcher:(id<OOPerformanceEventMatcherProtocol>)matcher;
16 @end
(unavailable("init not available" __attribute__()
Sample CPU stats whenever notifications match.
Definition: OOPerformanceEventWatchCPUProfiling.h:12
id< OOPerformanceEventMatcherProtocol > matcher
Definition: OOPerformanceEventWatchCPUProfiling.h:13