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