aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/common/util.h
diff options
context:
space:
mode:
authorStephen Twigg <sdtwigg@eecs.berkeley.edu>2014-04-03 16:47:43 -0700
committerStephen Twigg <sdtwigg@eecs.berkeley.edu>2014-04-03 16:47:43 -0700
commitb961c327162755de390b9175c792ffeb309f82a6 (patch)
treef63162dc51a5697ee5ff6b2b4ad2752603312335 /benchmarks/common/util.h
parent542e4095a2e5c72546a4922399a9f7e056eaa022 (diff)
downloadriscv-tests-b961c327162755de390b9175c792ffeb309f82a6.zip
riscv-tests-b961c327162755de390b9175c792ffeb309f82a6.tar.gz
riscv-tests-b961c327162755de390b9175c792ffeb309f82a6.tar.bz2
setStats in benchmarks now should set and unset the stats register. Also, removed legacy SET_STATS macro.
Diffstat (limited to 'benchmarks/common/util.h')
-rw-r--r--benchmarks/common/util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/benchmarks/common/util.h b/benchmarks/common/util.h
index 082489b..ea06530 100644
--- a/benchmarks/common/util.h
+++ b/benchmarks/common/util.h
@@ -24,10 +24,6 @@
// Set SET_STATS to 1 if you want to carve out the piece that actually
// does the computation.
-#ifndef SET_STATS
-#define SET_STATS 0
-#endif
-
#if HOST_DEBUG
#include <stdio.h>
static void setStats(int enable) {}