profiler icon indicating copy to clipboard operation
profiler copied to clipboard

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

Open fqueze opened this issue 3 years ago • 1 comments

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: Capture d’écran 2022-07-06 à 11 26 00

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

fqueze avatar Jul 06 '22 09:07 fqueze

In https://phabricator.services.mozilla.com/D151128 I'm changing these counters' name to something that includes the word 'power', so this issue might be less of a problem, but probably still worth fixing anyway.

fqueze avatar Jul 06 '22 12:07 fqueze