profiler
profiler copied to clipboard
Firefox Profiler — Web app for Firefox performance analysis
Improve "Buffer Capacity" display, e.g. "8.00MB" -> "8 MiB" #2533 E.g., for a `profile.meta.configuration.capacity" of 8388608 (which is 8 * 1024 * 1024), the displayed "Profile Information" -> "Buffer Capacity"...
As a follow-up to #3073 , I noticed that the screenshot overlay was going on top of the context menu. Increasing the z-index in ContextMenu.css wasn't enough to fix it....
The initial proposal was to use a border to highlight the matched nodes in the stack chart. But as it turned out the nodes are too tiny and I couldn't...
This PR adds a few tools that will help to keep profiler more accessible for users, as described in https://github.com/firefox-devtools/profiler/issues/1620 - Added [`eslint-plugin-jsx-a11y`](https://www.npmjs.com/package/eslint-plugin-jsx-a11y) as a separate config with it's own...
#1138 As a part of **GSoC’19**, this PR makes **Firefox Profiler** able to process and visualize profiles generated by **Instruments** Profiler which is a great macOS sampling profiler tool that’s...