Firefox Profiler: Difference between revisions
Jump to navigation
Jump to search
(stub with dfn, links, docs, blog) |
(copy pasteo) |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
The '''<dfn>[https://profiler.firefox.com/ Firefox Profiler]</dfn>''' is a client-side webapp that visualizes performance data recorded by web browsers. It runs entirely client-side, consumes performance profiles from the Gecko Profiler | The '''<dfn>[https://profiler.firefox.com/ Firefox Profiler]</dfn>''' is a client-side webapp that visualizes performance data recorded by web browsers. It runs entirely client-side, consumes performance profiles from the Gecko Profiler. See the [https://github.com/firefox-devtools/profiler#firefox-profiler description] for more. | ||
* https://profiler.firefox.com/ | * https://profiler.firefox.com/ |
Latest revision as of 00:08, 28 July 2023
This article is a stub. You can help MozillaWiki by expanding it.
The Firefox Profiler is a client-side webapp that visualizes performance data recorded by web browsers. It runs entirely client-side, consumes performance profiles from the Gecko Profiler. See the description for more.
- https://profiler.firefox.com/
- https://profiler.firefox.com/docs/
- https://github.com/firefox-devtools/profiler
Blog Posts
- 2023-01-24 New year, new updates to Firefox – These Weeks in Firefox: Issue 130
see original post for screenshots.Firefox Profiler updates
Implement resizing columns in the TreeView (Merge PR #4204). This works in the Call Tree and the Marker Table that both use this component. Thanks Johannes Bechberger!
Add carbon metrics information to Firefox profiler (Merge PR #4372). Thanks Chris and Fershad! - ...