Bug 1829560 - Update profiler threads and features for Graphics & Media

fenix/115.2.0
Jonathan Almeida 1 year ago committed by mergify[bot]
parent 2547b55559
commit 6a22dcc447

@ -35,7 +35,7 @@ private val firefox_threads = arrayOf(
"DOM Worker", "DOM Worker",
) )
private val graphics_features = arrayOf("java", "ipcmessages") private val graphics_features = arrayOf("stackwalk", "js", "cpu", "java", "processcpu", "ipcmessages")
private val graphics_threads = arrayOf( private val graphics_threads = arrayOf(
"GeckoMain", "GeckoMain",
"Compositor", "Compositor",
@ -58,8 +58,8 @@ private val media_features = arrayOf(
"java", "java",
) )
private val media_threads = arrayOf( private val media_threads = arrayOf(
"cubeb", "audio", "camera", "capture", "Compositor", "GeckoMain", "gmp", "graph", "grph", "cubeb", "audio", "BackgroundThreadPool", "camera", "capture", "Compositor", "decoder", "GeckoMain", "gmp",
"InotifyEventThread", "IPDL Background", "media", "ModuleProcessThread", "PacerThread", "graph", "grph", "InotifyEventThread", "IPDL Background", "media", "ModuleProcessThread", "PacerThread",
"RemVidChild", "RenderBackend", "Renderer", "Socket Thread", "SwComposite", "RemVidChild", "RenderBackend", "Renderer", "Socket Thread", "SwComposite",
"webrtc", "webrtc",
) )

Loading…
Cancel
Save