From ca1b1cea796bcfaeb86f201cf35065a606921cc1 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 24 May 2016 00:04:46 +0200 Subject: Read hw counter --- config.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index acefc3b..7d95924 100644 --- a/config.h +++ b/config.h @@ -1,9 +1,13 @@ #define ITERS 100 -#define GPU_ITERS 1000 +#define GPU_ITERS 100 + #define TLP_SIZE 64 #define GPU_PAGE 65536 + #define PAGE_SIZE 4096 #define VERBOSE #define GPU_DESC + +#define USE_HW_CONTER -- cgit v1.2.3