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

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

Issue 342993002: Allow blink.console or webkit.console in telemetry (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « content/test/gpu/gpu_tests/memory.py ('k') | tools/perf/measurements/smoothness_controller.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/image_decoding.py
diff --git a/tools/perf/measurements/image_decoding.py b/tools/perf/measurements/image_decoding.py
index 8b03b1c0d2e8648b4b27b7fc2e7c140ae58698df..ece8f0e9f5768a9d2bef7506ac47c723f155348d 100644
--- a/tools/perf/measurements/image_decoding.py
+++ b/tools/perf/measurements/image_decoding.py
@@ -27,8 +27,11 @@ class ImageDecoding(page_measurement.PageMeasurement):
self._power_metric.Start(page, tab)
# FIXME: bare 'devtools' is for compatibility with older reference versions
# only and may eventually be removed.
+ # FIXME: Remove webkit.console when blink.console lands in chromium and
+ # the ref builds are updated. crbug.com/386847
tab.browser.StartTracing(
- 'disabled-by-default-devtools.timeline*,devtools,webkit.console')
+ 'disabled-by-default-devtools.timeline*,' +
+ 'devtools,webkit.console,blink.console')
def StopBrowserAfterPage(self, browser, page):
return not browser.tabs[0].ExecuteJavaScript("""
« no previous file with comments | « content/test/gpu/gpu_tests/memory.py ('k') | tools/perf/measurements/smoothness_controller.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698