All Projects → firefox-devtools → Profiler

firefox-devtools / Profiler

Licence: mpl-2.0
Firefox Profiler — Web app for Firefox performance analysis

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Profiler

Marionette
Selenium alternative for Crystal. Browser manipulation without the Java overhead.
Stars: ✭ 119 (-78.21%)
Mutual labels:  devtools, firefox
React Performance Observer
Get performance measurements from React Fiber
Stars: ✭ 207 (-62.09%)
Mutual labels:  devtools, performance
Devtools Core
🚀 Packages for Firefox DevTools
Stars: ✭ 129 (-76.37%)
Mutual labels:  devtools, firefox
Pyinstrument
🚴 Call stack profiler for Python. Shows you why your code is slow!
Stars: ✭ 3,870 (+608.79%)
Mutual labels:  performance, profiler
Magento2 Developer Quickdevbar
Developer Toolbar for Magento2
Stars: ✭ 306 (-43.96%)
Mutual labels:  devtools, profiler
Webdriverio
Next-gen browser and mobile automation test framework for Node.js
Stars: ✭ 7,214 (+1221.25%)
Mutual labels:  devtools, performance
Debugger
The faster and smarter Debugger for Firefox DevTools 🔥🦊🛠
Stars: ✭ 4,602 (+742.86%)
Mutual labels:  devtools, firefox
Hotspot
The Linux perf GUI for performance analysis.
Stars: ✭ 2,415 (+342.31%)
Mutual labels:  performance, profiler
Spark
spark is a performance profiling plugin/mod for Minecraft clients, servers and proxies.
Stars: ✭ 287 (-47.44%)
Mutual labels:  performance, profiler
clockwork-firefox
Clockwork - php dev tools integrated to your browser - Firefox add-on
Stars: ✭ 22 (-95.97%)
Mutual labels:  firefox, devtools
Liveprof
A performance monitoring system for running on live sites
Stars: ✭ 206 (-62.27%)
Mutual labels:  performance, profiler
Pprof
pprof is a tool for visualization and analysis of profiling data
Stars: ✭ 4,990 (+813.92%)
Mutual labels:  performance, profiler
Myperf4j
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it.
Stars: ✭ 2,281 (+317.77%)
Mutual labels:  performance, profiler
Jscost.org
JSCost.org - a JavaScript cost visualizer 💸
Stars: ✭ 101 (-81.5%)
Mutual labels:  devtools, performance
Tracy
C++ frame profiler
Stars: ✭ 3,115 (+470.51%)
Mutual labels:  performance, profiler
Estimo
Evaluates how long the browser will execute your javascript code.
Stars: ✭ 138 (-74.73%)
Mutual labels:  devtools, performance
Orbit
C/C++ Performance Profiler
Stars: ✭ 2,291 (+319.6%)
Mutual labels:  performance, profiler
Visualvm
VisualVM is an All-in-One Java Troubleshooting Tool
Stars: ✭ 2,084 (+281.68%)
Mutual labels:  performance, profiler
devtools
A simple set of tools for teams building live Carbon pages.
Stars: ✭ 31 (-94.32%)
Mutual labels:  firefox, devtools
Clockwork Chrome
Clockwork - php dev tools integrated to your browser - Chrome extension
Stars: ✭ 415 (-23.99%)
Mutual labels:  devtools, firefox

Firefox Profiler

Matrix

The Firefox Profiler visualizes performance data recorded from web browsers. It is a tool designed to consume performance profiles from the Gecko Profiler but can visualize data from any profiler able to output in JSON. The interface is a web application built using React and Redux and runs entirely client-side.

Mozilla develops this tool to help make Firefox silky smooth and fast for millions of its users, and to help make sites and apps faster across the web.

Screenshot of the Firefox Profiler

Usage

Visit profiler.firefox.com 🚀

This project is live on https://profiler.firefox.com/. The website includes instructions on how to get going to start recording and viewing performance profiles.

Accessibility: Assistive technology support

The Profiler was tested with recent versions of the following assistive technology:

NVDA (Windows) on Firefox and Chrome browsers VoiceOver (Mac OS X) on Chrome Orca (Linux) on Firefox

If you experience problems using any of the above technologies, please file a bug.

If you would like to help us test on other assistive technologies or improve the existing code, we would love your contributions!

Development

You will need a recent enough version of Yarn, version 1.10 is known to work correctly. You can install it into your home directory on Linux and probably OS X with:

cd /tmp
wget https://yarnpkg.com/install.sh
chmod a+x install.sh
./install.sh

To download and build the Firefox Profiler web app run:

git clone [email protected]:firefox-devtools/profiler.git
cd profiler
yarn install
yarn start

You can also develop the Firefox Profiler online in a pre-configured development environment.

Open in Gitpod

Please look at our gitpod documentation for more information.

For more detailed information on getting started contributing. We have plenty of docs available to get you started.

Contributing Find out in detail how to get started and get your local development environment configured.
Code of Conduct We want to create an open and inclusive community, we have a few guidelines to help us out.
Developer Documentation Want to know how this whole thing works? Get started here.
Source Files Dive into the inner workings of the code. Most folders have a README.md providing more information.
End-User Documentation These docs are customized for actual users of the profiler, not just folks contributing.
Gitpod documentatation Start here if you want to set up a work space on gitpod.

Discussion

Say hello on Matrix in the Firefox Profiler channel (#profiler:mozilla.org).

License

MPL v2 is designed to encourage contributors to share modifications they make to the code, while still allowing them to combine the code with code under other licenses (open or proprietary) with minimal restrictions.

We are very grateful to the the zlib compression library (Jean-loup Gailly, Mark Adler and team) for their contribution to the project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].