Minimal stuff an OOPerformanceStatistics object should implement.
More...
#import <OOPerformanceStatisticsProtocol.h>
|
NSString * | name |
| Help identify what the statistics came from. More...
|
|
long long | count |
| How many times statistics were merged in. More...
|
|
Minimal stuff an OOPerformanceStatistics object should implement.
- (NSString* OOPerformanceStatisticsProtocol) generateReport |
|
|
|
Mainly for debugging, this could be an expensive operation.
- (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: