OOPerformanceMonitor Class Reference

Listens to notifications and runs any matching watchers. More...

#import <OOPerformanceMonitor.h>

+ Inheritance diagram for OOPerformanceMonitor:

Instance Methods

((unavailable("init not available") - __attribute__
 
(instancetype) - initWithWatches:notificationCenter:
 
(OOPerformanceStatisticsSnapshot *) - buildStatisticsSnapshot
 

Detailed Description

Listens to notifications and runs any matching watchers.

Does not support watches that start and end on the exact same event occurrence, and thus have zero time. Does support watches that start and end on a repeating event, with time in between.

Method Documentation

- ((unavailable("init not available") __attribute__
- (OOPerformanceStatisticsSnapshot *) buildStatisticsSnapshot
- (instancetype) initWithWatches: (NSSet *)  watches
notificationCenter: (NSNotificationCenter *)  notificationCenter 

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