aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm
diff options
context:
space:
mode:
authorGravatar benjaminwagner <benjaminwagner@google.com>2016-01-25 13:02:40 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-25 13:02:40 -0800
commit8d61f0dd1b6fde5202a14dfafcc1bceccf0d74ad (patch)
treedd5c04aa465ad027224edf0c4f552a1e907a747e /dm
parent1fce5584cfd7c9cc36388b9d250f03d56ee9b254 (diff)
Add pre_log option to nanobench; make this option default true in nanobench_flags.py and dm_flags.py.
Diffstat (limited to 'dm')
-rw-r--r--dm/DM.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/dm/DM.cpp b/dm/DM.cpp
index 12ce23c6a1..9f2684cea9 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -64,7 +64,6 @@ DEFINE_string(uninterestingHashesFile, "",
DEFINE_int32(shards, 1, "We're splitting source data into this many shards.");
DEFINE_int32(shard, 0, "Which shard do I run?");
-DEFINE_bool2(pre_log, p, false, "Log before running each test. May be incomprehensible when threading");
__SK_FORCE_IMAGE_DECODER_LINKING;
using namespace DM;