https://github.com/exodusmovement/hermes-sourcemapper
https://github.com/exodusmovement/hermes-sourcemapper
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/exodusmovement/hermes-sourcemapper
- Owner: ExodusMovement
- Created: 2023-03-19T16:14:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T13:42:36.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T07:43:43.800Z (about 1 year ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Hermes Profiler SourceMapper
Cleans up ugly profiler trace with wrong method paths to correct ones.
- Install @exodus/hm globally: `npm i -g @exodus/hm`
- Record profiler trace with Chrome DevTools with Flipper
- Save the .cpuprofile
- Run `hmapper {.cpuprofile_path}`
- Fixed file will appear on Desktop
### Additional commands:
- `dev` - true | false
- `platform` - ios | android
- `minify` - true | false
- `modulesOnly` - true | false
- `runModule` - true | false
- `app` - app BundleID/PackageName
- `sterilize` - true|false. experimental. removes some react internals from stack trace which don't help to explore performance issues.