javaflamegraph
v0.0.1
Published
FlameGraph for Java
Readme
#FlameGraph for Java
#Installation
npm install javaflamegraph
#Usage
cd javaflamegraphnpm start- This will wait till it detects a process with name 'Java'. Can be best best used to start profiling at program startup.npm run start <process id>- This will start profiling for the given process id. e.g.npm run start 1234
License
MIT © Saquib Khan
