<OOPerformanceStatisticsProtocol > Protocol Reference

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

#import <OOPerformanceStatisticsProtocol.h>

+ Inheritance diagram for <OOPerformanceStatisticsProtocol >:

Instance Methods

(NSString *) - generateReport
 Mainly for debugging, this could be an expensive operation. More...
 

Properties

NSString * name
 Help identify what the statistics came from. More...
 
long long count
 How many times statistics were merged in. More...
 

Detailed Description

Minimal stuff an OOPerformanceStatistics object should implement.

Method Documentation

- (NSString* OOPerformanceStatisticsProtocol) generateReport

Mainly for debugging, this could be an expensive operation.

Property Documentation

- (long long OOPerformanceStatisticsProtocol) count
readnonatomicassign

How many times statistics were merged in.

- (NSString* OOPerformanceStatisticsProtocol) name
readnonatomicassign

Help identify what the statistics came from.


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