luxlabs header browser preview


@class NSMutableArray;

@interface IMPerfProfiler : NSObject {
    NSMutableArray *_sinks;
}

+ (id)instance;

- (id)init;
- (void).cxx_destruct;
- (void)logMeasurement:(struct IMPerfMeasurement_t { struct IMFileLocation_t { char *x0; char *x1; char *x2; char *x3; int x4; } x0; unsigned long long x1; unsigned long long x2; struct __CFString *x3; double x4; double x5; double x6; } *)a0;
- (void)addSink:(id)a0 withBehavior:(id)a1;

@end