firefox-devtools / firefox-devtools/profiler

Order global tracks by the CPU score

Open
#4,996 0 comments 0 reactions 0 assignees View on GitHub
active tab
Dominant language
TypeScript
Stars
1.5k
Forks
491
Avg merge
3d 5h
Merged PRs (30d)
30

Description

Currently we don't do any special ordering for the global tracks. So they are displayed as the same order as their order in the profile data. We already have a CPU score to determine which track should be shown by default. We can use the same number to order the tracks, so the one people need will be at the top (right after the parent process).

Currently thinking about experimenting with making the parent process at the top all the time, but happy to get any feedback.

┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-764)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.