summaryrefslogtreecommitdiffstats
path: root/regressions/ck_spinlock/benchmark/linux_spinlock.c
blob: 954019bee9305b9f1e1354ab8b16fb52c308b33f (plain)
1
2
3
4
5
6
7
#include "../linux_spinlock.h"

#ifdef THROUGHPUT
#include "throughput.h"
#elif defined(LATENCY)
#include "latency.h"
#endif