luxlabs header browser preview


@interface _CPLTimingStatistic : NSObject {
    unsigned long long _recordCount;
    unsigned long long _batchCount;
    unsigned long long _errorCount;
    unsigned long long _cancelCount;
    double _duration;
}

- (id)description;
- (void)updateWithDuration:(double)a0 recordCount:(unsigned long long)a1 error:(BOOL)a2 cancelled:(BOOL)a3;

@end