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

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..cbe1fdcbbf04e3a14dc0047b22fc6dea2bbf9d32 100644
--- a/tools/perf/measurements/image_decoding.py
+++ b/tools/perf/measurements/image_decoding.py
@@ -28,7 +28,8 @@ class ImageDecoding(page_measurement.PageMeasurement):
# FIXME: bare 'devtools' is for compatibility with older reference versions
# only and may eventually be removed.
tab.browser.StartTracing(
ernstm 2014/06/19 22:01:24 Please add a TODO comment to remove the webkit.con
dsinclair 2014/06/19 23:02:51 Done.
- '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