profiler
profiler copied to clipboard
Firefox Profiler — Web app for Firefox performance analysis
Now that JS source support has landed in Nightly, I tried it a few times but it wasn't working. On the third try I finally remembered that I need to...
[Deploy preview] Try fetching every js source during the profile load and have a sanitization option
This is only a deploy preview, and **not** a PR that I intend to land. I only wanted to get a sense of profile size bloat if I were to...
This was originally filed in Bugzilla here: https://bugzilla.mozilla.org/show_bug.cgi?id=1990428 Something like "upload and file a bug on bmo" button Or maybe add a button to the "URL of the uploaded profil"...
On `about:config`, set `devtools.performance.recording.ui-base-url` to `https://deploy-preview-5578--perf-html.netlify.app` to try it.
I've started with a working prototype for extension to use embedded Firefox Profiler in VS Code here: https://github.com/nisargjhaveri/vscode-firefox-profiler The extension would eventually have the following functionalities: - Opening any file...
There are type-aware lints we can enable to catch more typescript things. no-unnecessary-condition would catch unnecessary null checks but it's a fair amount of work to get passing. This is...
At least for the iongraph display, it'd be really nice to be able to click on a node and see the corresponding disassembly of the instruction. Right now you can...
We need a good sanity check for when we deploy our new versions. We should have a integration test that covers the relationship between the add-on and our client. For...
[Production](https://profiler.firefox.com/public/etegz8k5g139b8q7n74qfqv6z4ztb0nzvy051k0/calltree/?globalTrackOrder=0&thread=0&transforms=ff-8&v=11) | [Deploy preview](https://deploy-preview-4606--perf-html.netlify.app/public/etegz8k5g139b8q7n74qfqv6z4ztb0nzvy051k0/calltree/?globalTrackOrder=0&thread=0&transforms=ff-8&v=11) I've been playing with a different splitter implementation which lets us use `max-height` on the timeline, so that we don't have to compute the timeline height...