Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.08 KB

README.md

File metadata and controls

13 lines (11 loc) · 1.08 KB

perf.html /src

Welcome to the perf.html source code. 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/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