firefox-devtools / profiler

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

When looking at markers for a merged thread, the thread shown in the tooltip is always "Merged Thread" #3368

Open julienw opened 3 years ago

julienw commented 3 years ago

STR:

  1. Open this profile
  2. Shift click some threads.
  3. Hover some markers

=> notice that the displayed thread is always "Merged Thread". Instead we should show the originating thread.

Also the Thread line should probably come first rather than last.

┆Issue is synchronized with this Jira Task

julienw commented 3 years ago

I think the fix isn't obvious, and we might need to rearchitecture some things. So this is definitely not easy to do.