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