summaryrefslogtreecommitdiff
path: root/bench/wtperf/track.c
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2014-02-10 15:13:10 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2014-02-10 15:13:10 +1100
commitf0e125cd84e128b4e63c6db2042767450b2d50ce (patch)
treedd74fe3e6202dfa60d876569fd44ba430c4b3092 /bench/wtperf/track.c
parentba843c06c2136bb2f3a0c786d70424d80a12bd58 (diff)
downloadmongo-f0e125cd84e128b4e63c6db2042767450b2d50ce.tar.gz
Update gnuplot wtperf graphing script to work again.
Diffstat (limited to 'bench/wtperf/track.c')
-rw-r--r--bench/wtperf/track.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/bench/wtperf/track.c b/bench/wtperf/track.c
index cbcc362c95d..782acb91e1a 100644
--- a/bench/wtperf/track.c
+++ b/bench/wtperf/track.c
@@ -267,10 +267,8 @@ latency_print_single(CONFIG *cfg, TRACK *total, const char *name)
return;
}
-#ifdef __WRITE_A_HEADER
fprintf(fp,
- "usecs,operations,cumulative-operations,total-operations\n");
-#endif
+ "#usecs,operations,cumulative-operations,total-operations\n");
cumops = 0;
for (i = 0; i < ELEMENTS(total->us); ++i) {
if (total->us[i] == 0)