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

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

Issue 2274933002: Add some more categories for V8.TodoMVC to see what keeps us non-idle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/page_sets/todomvc.py » ('j') | 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 623ef9db5b24fd432267f8ee62cce37d6d614d3e..2aaeb795d267de9f4a5e4a9381689018dc817756 100644
--- a/tools/perf/benchmarks/v8.py
+++ b/tools/perf/benchmarks/v8.py
@@ -23,6 +23,7 @@ from telemetry.web_perf import timeline_based_measurement
def CreateV8TimelineBasedMeasurementOptions():
category_filter = chrome_trace_category_filter.ChromeTraceCategoryFilter()
category_filter.AddIncludedCategory('v8')
+ category_filter.AddIncludedCategory('blink')
Sami 2016/08/24 16:40:16 Did you mean to add toplevel too? We could also tr
category_filter.AddIncludedCategory('blink.console')
category_filter.AddDisabledByDefault('disabled-by-default-v8.compile')
options = timeline_based_measurement.Options(category_filter)
« no previous file with comments | « no previous file | tools/perf/page_sets/todomvc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698