summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2015-09-10 09:33:13 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2015-09-10 09:34:51 +0100
commitcaef60ad67f419dac73b40e9cf6859e9191ac164 (patch)
tree9a4ec5b853e36fd0c212ca889af9e5ea01d75022
parentd32b2ca15bb2840ccf53d98a7088a3f01f8496a6 (diff)
core: Prefix header inside FPS logs with a '#'
The hash is a common marker for comment lines, in particular using it allows trivially feeding the results into ministat for independent analysis.
-rwxr-xr-xezbench.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ezbench.sh b/ezbench.sh
index 7bf48e4..a2331e8 100755
--- a/ezbench.sh
+++ b/ezbench.sh
@@ -343,7 +343,7 @@ do
done
else
# The file did not exist, create it
- echo "FPS of '${testNames[$t]}' using commit ${commit}" > $fps_logs
+ echo "# FPS of '${testNames[$t]}' using commit ${commit}" > $fps_logs
run=0
fi