summaryrefslogtreecommitdiff
path: root/src/experiment.h
diff options
context:
space:
mode:
authorTim Besard <tim.besard@gmail.com>2011-11-28 17:02:57 +0100
committerTim Besard <tim.besard@gmail.com>2011-11-28 17:02:57 +0100
commit9177ded4c99840b02ea9e45ae90c287492785711 (patch)
tree42e7f485fa69c828e5275a930e0d471a3b9ab9e9 /src/experiment.h
parent3f20310855342804fe4299c1ae4a845aefd62798 (diff)
Improving CSV output.
Diffstat (limited to 'src/experiment.h')
-rw-r--r--src/experiment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/experiment.h b/src/experiment.h
index 38aee3c..332835d 100644
--- a/src/experiment.h
+++ b/src/experiment.h
@@ -63,7 +63,7 @@ public:
enum { NONE, T0, T1, T2, NTA }
prefetch_hint; // use of prefetching
- enum { CSV, BOTH, HEADER, TABLE }
+ enum { CSV, TABLE }
output_mode; // results output mode
enum { RANDOM, STRIDED }