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

Unified Diff: tools/profile_chrome/main.py

Issue 569173004: adb_profile_chrome: --trace-scheduler should also trace blink's scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/profile_chrome/main.py
diff --git a/tools/profile_chrome/main.py b/tools/profile_chrome/main.py
index 36125f3da0e69602f5e8f3b01d2844370cec4fcf..059ce3540511858b006b2326ed7ad9320e03244a 100755
--- a/tools/profile_chrome/main.py
+++ b/tools/profile_chrome/main.py
@@ -37,6 +37,7 @@ def _ComputeChromeCategories(options):
categories.append('disabled-by-default-memory')
if options.trace_scheduler:
categories.append('disabled-by-default-cc.debug.scheduler')
+ categories.append('disabled-by-default-blink.scheduler')
if options.chrome_categories:
categories += options.chrome_categories.split(',')
return categories
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698