<OOPerformanceEventMatcherProtocol > Protocol Reference

Minimal stuff an OOPerformanceEventMatcher object should implement. More...

#import <OOPerformanceEventMatcherProtocol.h>

+ Inheritance diagram for <OOPerformanceEventMatcherProtocol >:

Instance Methods

(BOOL) - matches:
 

Properties

NSString * notificationName
 required so we can register for the specific notification. More...
 
NSString * reportName
 required so we can pretty print stats. More...
 

Detailed Description

Minimal stuff an OOPerformanceEventMatcher object should implement.

Defines the noatification event to match.

Method Documentation

- (BOOL OOPerformanceEventMatcherProtocol) matches: (NSNotification *)  notification

Property Documentation

- (NSString* OOPerformanceEventMatcherProtocol) notificationName
readnonatomicassign

required so we can register for the specific notification.

- (NSString* OOPerformanceEventMatcherProtocol) reportName
readnonatomicassign

required so we can pretty print stats.


The documentation for this protocol was generated from the following file: