Florian Quèze
Florian Quèze
When changing the filter string nothing is visibly changing in the marker chart, but when sharing the profile and loading it in a new tab, this error is displayed in...
Example profile: https://share.firefox.dev/3XdUInk Profile of the jank: https://share.firefox.dev/3XiH81M ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-775)
gradle-profiler can generate these profiles when using the async-profiler format or the jfr format. Example imported profiles for the [async-profiler format](https://share.firefox.dev/4gnGGa8) and for the [jfr format](https://share.firefox.dev/4gwKgih).
 It looks like I could have kept waiting for a long while to see this profile finally loading :-(. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-906)
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...
See https://github.com/firefox-devtools/profiler/pull/5364#pullrequestreview-2641268253 ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-882)
gradle-profiler can generate profiles in the chrome-trace format, that we can import. Here's an example profile using our current importer: https://share.firefox.dev/3Q4P7g0 Same profile imported with the PR applied: https://share.firefox.dev/3EplC5N
I just had a case where I wanted to share a profile with the screenshots of one window that had a bad behavior, but didn't want to share screenshots of...
 Example profile: https://share.firefox.dev/3PwAK3q ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-848)
Now that marker tooltips are sticky in the marker chart, it would be very nice to be able to share a url to a profile with a specific marker highlighted....