Commit 924c0662 authored by Mikhail Khokhlov's avatar Mikhail Khokhlov Committed by Commit Bot

[tools/perf] Remove a redundant argument from trace processor call

This will allow running TBMv3 metrics on Windows.

Bug: 990304
Change-Id: Id53fe61c931b36b386e6feea461447657ca24f58
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2005008
Commit-Queue: Mikhail Khokhlov <khokhlov@google.com>
Reviewed-by: default avatarDeepanjan Roy <dproy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#732865}
parent 1ae08c8c
......@@ -101,7 +101,6 @@ def RunMetric(trace_processor_path, trace_file, metric_name):
trace_processor_path,
'--run-metrics', metric_files.sql,
'--metrics-output', 'json',
'--extra-metrics', METRICS_PATH,
trace_file,
)
measurements = json.loads(output)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment