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