Bug 1653181 - Enable Audio Callback Tracing in Media preset - r=canaltinova

Audio Tracing Callback will be most useful when used to profile Media workloads.

Differential Revision: https://phabricator.services.mozilla.com/D83750
This commit is contained in:
Gerald Squelart 2020-07-17 11:22:36 +00:00
Родитель 126afc3ab4
Коммит e0e32e17b6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -117,7 +117,7 @@ const presets = {
description: "Recommended preset for diagnosing audio and video problems.",
entries: 128 * 1024 * 1024,
interval: 1,
features: ["js", "leaf", "stackwalk"],
features: ["js", "leaf", "stackwalk", "audiocallbacktracing"],
threads: [
"AsyncCubebTask",
"AudioIPC",