Bug 1832147 - Sync the profiler preset features and threads

See here for the preset list inside Firefox:
https://searchfox.org/mozilla-central/rev/c130c69b7b863d5e28ab9524b65c27c7a9507c48/devtools/client/performance-new/shared/background.jsm.js#121
fenix/124.1.0
Nazım Can Altınova 4 months ago committed by mergify[bot]
parent 6915dd6599
commit 4cf2674ff3

@ -50,6 +50,7 @@ private val graphics_threads = arrayOf(
"SceneBuilder",
"WrWorker",
"CanvasWorkers",
"TextureUpdate",
)
private val media_features = arrayOf(
@ -65,7 +66,7 @@ private val media_threads = arrayOf(
"cubeb", "audio", "BackgroundThreadPool", "camera", "capture", "Compositor", "decoder", "GeckoMain", "gmp",
"graph", "grph", "InotifyEventThread", "IPDL Background", "media", "ModuleProcessThread", "PacerThread",
"RemVidChild", "RenderBackend", "Renderer", "Socket Thread", "SwComposite",
"webrtc",
"webrtc", "TextureUpdate",
)
private val networking_features = arrayOf(
@ -75,6 +76,7 @@ private val networking_features = arrayOf(
"cpu",
"java",
"processcpu",
"bandwidth",
"ipcmessages",
)

Loading…
Cancel
Save