TXIStatsCollection Protocol Reference

Conforms to NSObject
Declared in TXIStatsCollection.h

– startWithInteral: required method

根据收集间隔,启动状态收集。单位:秒。

- (void)startWithInteral:(NSTimeInterval)interval

Declared In

TXIStatsCollection.h

– stop required method

结束状态收集。

- (void)stop

Declared In

TXIStatsCollection.h

– getStats required method

- (NSDictionary *)getStats

– getValueByKey: required method

- (long long)getValueByKey:(NSString *)key