profiler
profiler copied to clipboard
Firefox Profiler — Web app for Firefox performance analysis
* Share: Simpler privacy notice. Copy-to-clipboard button. * Save: Include "saved locally" confirmation with auto-named profile. Possibly also include pencil button for renaming profile (#448) * Compare (#470): Include list...
It would be helpful if the callstack had icons and colors to differentiate between the different types of nodes. * Color-code events in callstack to match markers e.g. use a...
Navigating the callstack seems slow since it requires two right-arrow key presses to expand and go to next row. We should change it so that right-arrow (or clicking on disclosure...
When hovering over filtering options in the contextual menu like charge to callers, it would be helpful to show a modal with a tree graphic as shown [here](https://github.com/devtools-html/perf.html/issues/242#issuecomment-290729972). The help...
Coming from issue https://github.com/devtools-html/perf.html/issues/331#issuecomment-301916292 > a file picker would allow programmatic uploads of profiles from https://github.com/jrmuizel/perf-convert > For what you need we should extract a node module out of our...
Requested by Mike Conley: "I'd love it if I could add my own markers to a profile while I'm analyzing it - like a bookmark, to know where things seem...
If there is a single profile in a zip file, the profiler should just open it instead of displaying the folder view. I'm working on a perf regression in a...
Sometimes you want to measure the performance impact of a change. You'll usually get a profile from before the change and a profile from after the change, and then you...
Profile: https://share.firefox.dev/3XBbdcU For JS code from the web, we create one "resource" for the entire origin, e.g. one resource for all URLs with the origin "https://abs.twimg.com". But in the context...
Profile: https://share.firefox.dev/3NnugTb With lots of dropped functions, the transform stack in the UI becomes very squished and it's not easy to see what has been dropped.  ┆Issue is synchronized...