OOPerformanceCountingStatistics.h
1 #import <Foundation/Foundation.h>
2 #import "OOPerformanceStatisticsProtocol.h"
3 
8 @interface OOPerformanceCountingStatistics : NSObject <OOPerformanceStatisticsProtocol>
9 -(instancetype) init __attribute__((unavailable("init not available")));
10 -(instancetype) initWithName:(NSString*)name;
11 -(void) mergeCount:(int)count;
12 @end
Accumulated count.
Definition: OOPerformanceCountingStatistics.h:8
(unavailable("init not available" __attribute__()