Skip to content

Latest commit

 

History

History
 
 

README.md

Firefox Profiler development docs

profiler.firefox.com is a client for reading profiles from the profiler component built inside of Firefox, known as the Gecko Profiler. It also can read in formats from a variety of sources. The front-end client is written using JavaScript and Flow types using React for the UI components and Redux for the state management. Firefox can interact with this client by directly injecting profiles into the webpage via a WebChannel mechanism. This code lives in Mozilla Central under devtools/client/performance-new

The Docs