summaryrefslogtreecommitdiffstats
path: root/polly/test/polybench
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/polybench')
-rwxr-xr-xpolly/test/polybench/utilities/instrument.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/polly/test/polybench/utilities/instrument.h b/polly/test/polybench/utilities/instrument.h
deleted file mode 100755
index ef3c1c1faa1..00000000000
--- a/polly/test/polybench/utilities/instrument.h
+++ /dev/null
@@ -1,25 +0,0 @@
-#include <stdio.h>
-#include <unistd.h>
-#include <sys/time.h>
-#include <unistd.h>
-#include <sys/time.h>
-#include <math.h>
-
-
-#define polybench_start_instruments
-#define polybench_stop_instruments
-#define polybench_print_instruments
-
-#ifdef POLYBENCH_TIME
-# undef polybench_start_instruments
-# undef polybench_stop_instruments
-# undef polybench_print_instruments
-# define polybench_start_instruments polybench_timer_start();
-# define polybench_stop_instruments polybench_timer_stop();
-# define polybench_print_instruments polybench_timer_print();
-#endif
-
-
-extern void polybench_timer_start();
-extern void polybench_timer_stop();
-extern void polybench_timer_print();
OpenPOWER on IntegriCloud