Commit 7a5c6ba9 authored by skyostil's avatar skyostil Committed by Commit bot

adb_profile_chrome: --trace-scheduler should also trace blink's scheduler

BUG=391005

Review URL: https://codereview.chromium.org/569173004

Cr-Commit-Position: refs/heads/master@{#294828}
parent 30099ffc
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment