firefox-devtools / profiler

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

Diff view makes it hard to find slower functions because faster and slower functions are mixed #5010

Open mstange opened 1 month ago

mstange commented 1 month ago

In this inverted JS-only call tree, find which functions got slower: https://share.firefox.dev/3WYvEC5

It's very hard to tell because the slower functions are intermixed with the faster functions in the list.