profiler
profiler copied to clipboard
Firefox Profiler — Web app for Firefox performance analysis
This would involve taking the domain information, and running it through some kind of list, and then filtering the UI based on whether the script was coming from a ad...
perf.html right now is pretty good at providing performance analysis in relation to how long each function took. However, once a slow function is found, it is important to be...
Per julien in #812 > This makes for 160KB more in the resulting bundle (in prod mode!) :/ (increasing from 537 to 697 KB). Do you think we could import...
Here is an example perf problem that involves a single hot function. I had to fix it by instrument the function itself with timing information. This is a JS only...
We should be able to provide a mechanism to store and view profiles saved locally to your browser. This helps unlock profile comparison and some other features as well. #11...
We should have really nice end user documentation. ### Profiler - how it works * [x] Probabilistic samples * [x] Deterministic markers ### Header * [ ] What are threads...
We should be able to profile Firefox on mobile. This involves making sure that the new DevTools panel works correctly when profiling remotely. I didn't test it specifically for this...
julienw mstange I'm going to make all kinds of recommendations here. Please leave feedback below, and I'll work on updating this post with the feedback and filing all needed Gecko...
This is moved from [Bug 1008699](https://bugzilla.mozilla.org/show_bug.cgi?id=1008699). - - - Jonathan Watt wrote: > It would be helpful if the tree under the selected item was given a secondary highlight (say,...
This work is not currently planned, but captured here so we have a record of it: See [Bug 1150299](https://bugzilla.mozilla.org/show_bug.cgi?id=1150299) for more details. Some of it is copied here.  -...