diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-30 12:47:08 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-03-30 12:47:08 -0700 |
commit | 04e5f65e2ad9245c803b3d3343945bc385742af3 (patch) | |
tree | c4d0c0281247b8e86b71beda51ad276c7be60c28 /tools | |
parent | 048825bda56ffd0ee43ccfa087de8bdaaf68c431 (diff) |
Add debug
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/profiling/microbenchmarks/bm_diff.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/profiling/microbenchmarks/bm_diff.py b/tools/profiling/microbenchmarks/bm_diff.py index f1d29ba3c6..0f54dbfe32 100755 --- a/tools/profiling/microbenchmarks/bm_diff.py +++ b/tools/profiling/microbenchmarks/bm_diff.py @@ -125,6 +125,7 @@ def collect1(bm, cfg, ver): '--benchmark_out_format=json', '--benchmark_repetitions=%d' % (args.repetitions) ] + print cmd subprocess.check_call(cmd) build() |