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