profiler icon indicating copy to clipboard operation
profiler copied to clipboard

Fix the performance issues related to matching IPC marker pairs across threads

Open canova opened this issue 3 years ago • 0 comments

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

canova avatar Feb 17 '22 15:02 canova