firefox-devtools / firefox-devtools/profiler
Fix the performance issues related to matching IPC marker pairs across threads
Open
markers
timeline
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 491
- Avg merge
- 3d 46m
- Merged PRs (30d)
- 27
Description
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
┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-523)
Contributor guide
Assessment
This issue has not been assessed yet.