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

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

Issue 2714533002: Enable the tracingMetric on the system_health.common benchmarks (Closed)
Patch Set: Created 3 years, 10 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/system_health.py
diff --git a/tools/perf/benchmarks/system_health.py b/tools/perf/benchmarks/system_health.py
index 164a5f98f079d8556843c2a73609f99a86233073..3c66450b4934c1f34adcf24e2e5f5d91c5b30efd 100644
--- a/tools/perf/benchmarks/system_health.py
+++ b/tools/perf/benchmarks/system_health.py
@@ -39,7 +39,11 @@ class _CommonSystemHealthBenchmark(perf_benchmark.PerfBenchmark):
options.config.chrome_trace_config.category_filter.AddFilterString('rail')
options.config.enable_battor_trace = True
options.config.enable_chrome_trace = True
- options.SetTimelineBasedMetrics(['clockSyncLatencyMetric', 'powerMetric'])
+ options.SetTimelineBasedMetrics([
+ 'clockSyncLatencyMetric',
+ 'powerMetric',
+ 'tracingMetric'
+ ])
page_cycler_v2.AugmentOptionsForLoadingMetrics(options)
return options
« 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