profiler
profiler copied to clipboard
Fix the performance issues related to matching IPC marker pairs across threads
One of the reasons that the IPC markers are not on by default is that the IPC markers matching algorithm is not very performant. We should investigate and fix the issues related to this algorithm.
This code is located here: https://github.com/firefox-devtools/profiler/blob/155af1f5d80c1f02307391d6b8f8ebdc458334e6/src/profile-logic/marker-data.js#L273-L393