8 lines
123 B
C
8 lines
123 B
C
|
#include "../ck_ticket_pb.h"
|
||
|
|
||
|
#ifdef THROUGHPUT
|
||
|
#include "throughput.h"
|
||
|
#elif defined(LATENCY)
|
||
|
#include "latency.h"
|
||
|
#endif
|