From e0e32e17b611ecf6f745d3a0b51cbdd01295ccde Mon Sep 17 00:00:00 2001 From: Gerald Squelart Date: Fri, 17 Jul 2020 11:22:36 +0000 Subject: [PATCH] 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 --- devtools/client/performance-new/popup/background.jsm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/client/performance-new/popup/background.jsm.js b/devtools/client/performance-new/popup/background.jsm.js index e2beacf14a3f..a0392a7cc503 100644 --- a/devtools/client/performance-new/popup/background.jsm.js +++ b/devtools/client/performance-new/popup/background.jsm.js @@ -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",