Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: tools/perf/benchmarks/battor.py

Issue 2110273002: Use correct overhead level for benchmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: blob_storage Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/perf/benchmarks/blob_storage.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/battor.py
diff --git a/tools/perf/benchmarks/battor.py b/tools/perf/benchmarks/battor.py
index 42abbf390984ab8c5c447b5bcb54037f75b8c321..d5fb76894edbd62675f8d9851b46dd2160f04500 100644
--- a/tools/perf/benchmarks/battor.py
+++ b/tools/perf/benchmarks/battor.py
@@ -16,7 +16,7 @@ class _BattOrBenchmark(perf_benchmark.PerfBenchmark):
options = timeline_based_measurement.Options()
options.config.enable_battor_trace = True
options.config.enable_chrome_trace = True
- options.config.chrome_trace_config.SetMinimalOverheadFilter()
+ options.config.chrome_trace_config.SetDefaultOverheadFilter()
options.SetTimelineBasedMetric('powerMetric')
return options
@@ -104,7 +104,7 @@ class BattOrPowerCasesNoChromeTrace(_BattOrBenchmark):
options = timeline_based_measurement.Options()
options.config.enable_battor_trace = True
options.config.enable_chrome_trace = False
- options.config.chrome_trace_config.SetMinimalOverheadFilter()
+ options.config.chrome_trace_config.SetDefaultOverheadFilter()
options.SetTimelineBasedMetric('powerMetric')
return options
« no previous file with comments | « no previous file | tools/perf/benchmarks/blob_storage.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698