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

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

Issue 2051933002: [battor benchmark] Enable Chrome tracing in the BattOr benchmark (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | no next file » | 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 ccf42089caa075839edbe402aba0d784d60eaa29..93d24c99a6136bbdeaff730799a8ab71d3a41b64 100644
--- a/tools/perf/benchmarks/battor.py
+++ b/tools/perf/benchmarks/battor.py
@@ -12,8 +12,8 @@ class _BattOrBenchmark(perf_benchmark.PerfBenchmark):
def CreateTimelineBasedMeasurementOptions(self):
options = timeline_based_measurement.Options()
options.config.enable_battor_trace = True
- # TODO(rnephew): Enable chrome trace when clock syncs work well with it.
- options.config.enable_chrome_trace = False
+ options.config.enable_chrome_trace = True
+ options.config.SetMinimalOverheadFilter()
options.SetTimelineBasedMetric('powerMetric')
return options
@@ -39,4 +39,3 @@ class BattOrPowerMobileSites(_BattOrBenchmark):
@classmethod
def Name(cls):
return 'BattOr.BattOrCases'
-
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698