firefox-devtools / profiler

Firefox Profiler — Web app for Firefox performance analysis
https://profiler.firefox.com
Mozilla Public License 2.0
1.22k stars 398 forks source link

Sort markers hierarchically in the markers chart #2622

Open padenot opened 4 years ago

padenot commented 4 years ago

is a screenshot from https://share.firefox.dev/2VDDGjv, zoomed in on the GraphRunner thread. I find it harder to read than what Catapult does (not exactly the same data, but the same function calls, hopefully it conveys the idea):

Tracy does something similar as well:

┆Issue is synchronized with this Jira Task

julienw commented 4 years ago

Currently we order them alphabetically. This makes more sense generally, but I see that in your case you'd like a specific order for this category. I wonder if that could be part of the marker schema planned for Markers 2.0, looping in @gregtatum :)

mstange commented 3 weeks ago

Oh, I didn't know about this issue. I think what I described in #3141 is the same as what's described here.