firefox-devtools / firefox-devtools/profiler
Annotate the Sync IPCs differently in IPC tracks
Open
markers
timeline
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 491
- Avg merge
- 3d 46m
- Merged PRs (30d)
- 27
Description
In addition to the IPC markers, we also have "Sync IPC" tracing markers. But we actually also record them with the IPC messages feature, so they are technically marker duplications once we have the "ipcmessages" feature on by default. We can probably remove the "Sync IPC" tracing markers later.
But also, sync IPCs are usually sources of bottlenecks and we should treat them differently. That's why, we should annotate the sync IPCs in a different way, so they can be more visible to our users.
┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-524)
Contributor guide
Assessment
This issue has not been assessed yet.