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

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

Issue 2322073004: CL for src perf tryjob to run v8.todomvc benchmark on android-nexus5 platform(s)
Patch Set: Created 4 years, 3 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/v8.py
diff --git a/tools/perf/benchmarks/v8.py b/tools/perf/benchmarks/v8.py
index 422580c41397663f3be4f4a19f6e53a6e4e6a138..681829e5c1f5c887b3eeb055e4b5297e0e2a0add 100644
--- a/tools/perf/benchmarks/v8.py
+++ b/tools/perf/benchmarks/v8.py
@@ -21,8 +21,10 @@ from telemetry.web_perf import timeline_based_measurement
def CreateV8TimelineBasedMeasurementOptions():
category_filter = chrome_trace_category_filter.ChromeTraceCategoryFilter()
category_filter.AddIncludedCategory('v8')
+ category_filter.AddIncludedCategory('renderer.scheduler')
category_filter.AddIncludedCategory('blink.console')
category_filter.AddDisabledByDefault('disabled-by-default-v8.compile')
+ category_filter.AddDisabledByDefault('disabled-by-default-renderer.scheduler')
options = timeline_based_measurement.Options(category_filter)
options.SetTimelineBasedMetrics(['executionMetric'])
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