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