<OOPerformanceStatisticsProtocol > Protocol Reference
Minimal stuff an OOPerformanceStatistics object should implement. More...
#import <OOPerformanceStatisticsProtocol.h>

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
|
readnonatomicassign |
How many times statistics were merged in.
|
readnonatomicassign |
Help identify what the statistics came from.
The documentation for this protocol was generated from the following file: