mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
blinktree: Put performance counter back as it is need for linking.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
#include <algorithm>
|
||||
//#include <asm/unistd.h>
|
||||
#include <asm/unistd.h>
|
||||
#include <cstring>
|
||||
//#include <linux/perf_event.h> // TODO: Find Genode equivalent
|
||||
#include <linux/perf_event.h> // TODO: Find Genode equivalent
|
||||
#include <string>
|
||||
#include <sys/ioctl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
@@ -5,7 +5,7 @@ TARGET = blinktree
|
||||
SRC_MXBENCH = benchmark/workload_set.cpp
|
||||
SRC_MXBENCH += benchmark/workload.cpp
|
||||
SRC_MXBENCH += benchmark/cores.cpp
|
||||
#SRC_MXBENCH += benchmark/perf.cpp
|
||||
SRC_MXBENCH += benchmark/perf.cpp
|
||||
SRC_MXBENCH += benchmark/string_util.cpp
|
||||
# source files for blinktree benchmark
|
||||
SRC_BTREE += blinktree_benchmark/main.cpp
|
||||
|
||||
Reference in New Issue
Block a user