firefox-devtools / firefox-devtools/profiler

The track selection menu filters counters by type rather than by name

Open
#4,128 1 comment 0 reactions 0 assignees View on GitHub
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:
![](https://user-images.githubusercontent.com/2633774/177518120-813b6a09-2aa1-4f04-817c-d99d7954ac8d.png)

Example profile: https://share.firefox.dev/3nFj3Rs

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

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.