9 lines
121 B
C
9 lines
121 B
C
|
#include "../ck_ticket.h"
|
||
|
|
||
|
#ifdef THROUGHPUT
|
||
|
#include "throughput.h"
|
||
|
#elif defined(LATENCY)
|
||
|
#include "latency.h"
|
||
|
#endif
|
||
|
|