npm install javaflamegraph#FlameGraph for Java
#Installation
``npm install javaflamegraph`
#Usage
1. `cd javaflamegraph``
2. npm start` - This will wait till it detects a process with name 'Java'. Can be best best used to start profiling at program startup.`
3. npm run start ` - This will start profiling for the given process id.`
e.g. npm run start 1234``
MIT © Saquib Khan