react-native profile-hermes [destinationDir]
Pull and convert a Hermes tracing profile to Chrome tracing profile, then store it in the directory <destinationDir> of the local machine
Arguments
Name | Description |
---|
destinationDir | folders |
Options
Name | Description |
---|
--filename <profile> | File name of the profile to be downloaded, eg. sampling-profiler-trace8593107139682635366.cpuprofile |
--raw | Pulls the original Hermes tracing profile without any transformation |
--sourcemap-path <sourcemap-path> | The local path to your source map file, eg. /tmp/sourcemap.json |
--generate-sourcemap | Generates the JS bundle and source map |
--port <free port> | Default: "8081" |
-h, --help | Output usage information |