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

Unified Diff: tools/perf/measurements/rasterize_and_record.py

Issue 23777006: telemetry: Add webkit.console category to event category filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added TODO to remove 'webkit' category. Created 7 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 | tools/perf/measurements/smoothness.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/rasterize_and_record.py
diff --git a/tools/perf/measurements/rasterize_and_record.py b/tools/perf/measurements/rasterize_and_record.py
index 5ff174d65fd254bbe349048db207239c7a8ab1de..0d10b2a72b37593641b1e1b96705843931ce67d0 100644
--- a/tools/perf/measurements/rasterize_and_record.py
+++ b/tools/perf/measurements/rasterize_and_record.py
@@ -147,7 +147,7 @@ class RasterizeAndRecord(page_measurement.PageMeasurement):
});
""")
- tab.browser.StartTracing('webkit,benchmark', 60)
+ tab.browser.StartTracing('webkit,webkit.console,benchmark', 60)
self._metrics.Start()
tab.ExecuteJavaScript("""
« no previous file with comments | « no previous file | tools/perf/measurements/smoothness.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698