Skip to content

Latest commit

 

History

History
 
 

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Firefox Profiler /src

Welcome to the source code for profiler.firefox.com. Each main folder has a README.md file describing the contents of the folder. For higher level documentation on profile formats and other things, check out the /docs-developer folder.

Folder Description
/src/actions The collection of Redux action creators.
/src/app-logic Files that deal with some of the application main logic.
/src/components The React components
/src/profile-logic All of the files that deal with modifying and analyzing profiles.
/src/reducers The Redux reducers
/src/test A collection of all of the project's test files
/src/types Flow type definitions
/src/utils Utility files that are generally well contained