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

Unified Diff: content/test/gpu/gpu_tests/memory.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 | « no previous file | tools/perf/measurements/image_decoding.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/memory.py
diff --git a/content/test/gpu/gpu_tests/memory.py b/content/test/gpu/gpu_tests/memory.py
index dddb4725cf51d37c1ebfd49935623ceade382c5f..939af8623b32ab2fe4a7ea21cd268faba8a84e17 100644
--- a/content/test/gpu/gpu_tests/memory.py
+++ b/content/test/gpu/gpu_tests/memory.py
@@ -83,7 +83,9 @@ class _MemoryValidator(page_test.PageTest):
'--force-gpu-mem-available-mb=%s' % MEMORY_LIMIT_MB)
def WillNavigateToPage(self, page, tab):
- custom_categories = ['webkit.console', 'gpu']
+ # FIXME: Remove webkit.console when blink.console lands in chromium and the
+ # ref builds are updated. crbug.com/386847
+ custom_categories = ['webkit.console', 'blink.console', 'gpu']
tab.browser.StartTracing(','.join(custom_categories), 60)
def _FormatException(self, low_or_high, mb_used):
« no previous file with comments | « no previous file | tools/perf/measurements/image_decoding.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698