firefox-devtools / firefox-devtools/profiler
The track selection menu filters counters by type rather than by name
Open
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 491
- Avg merge
- 3d 46m
- Merged PRs (30d)
- 27
Description
To find all the "task_energy" tracks quickly, I need to type "power" in the filter box, which is hard to discover.
In profile.counters, the counter object looks like `{ name: "task_energy", category: "power", description: "Power utilization", … }` so I guess the filter box uses the category rather than the name.
Screenshot:

Example profile: https://share.firefox.dev/3nFj3Rs
┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-556)
Contributor guide
Assessment
This issue has not been assessed yet.