profiler
profiler copied to clipboard
Firefox Profiler — Web app for Firefox performance analysis
┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-888)
┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-889)
┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-890)
Similar to https://github.com/firefox-devtools/profiler/issues/2534, but occurs when trying to load a large profile (anything over 1GB can reliably trigger this for me). https://github.com/firefox-devtools/profiler/issues/2534#issuecomment-1331395361 shows a good example of this. ┆Issue is...
This is a rough draft of adding in the support for displaying traced values (from the JS Execution Tracing option) in the Stack Chart view. This currently requires the work...
Profile: https://share.firefox.dev/41V11ym Profile with JS execution tracer (short excerpt): https://share.firefox.dev/4hKqDnz I was loading and symbolicating this profile with `samply load perf.data`: https://share.firefox.dev/4iYLfJN During symbolication, the same 21 tracks were visible...
Profile: https://share.firefox.dev/4iIAbAj The `nsUrlClassifierDBServiceWorker::OpenDb` Runnable marker is displaying an incorrect string in its `Runnable` field. It should be displaying `ace7644bf0160b330` but it's displaying some other random string. I forgot to...
Profile: https://share.firefox.dev/412IfVv When there are gaps between samples, clicking in those gaps no longer selects any stacks. It would be nice if it selected the stack of the closest sample....
Currently we show a line number that indicates the beginning of the function. It would be nice to indicate the actual line of code that was in the stack at...