profiling - java profiler with flame graph output -


in perl there nice profiler available called nytprof.

in it's report includes flame graph, makes easy find bottleneck of program

is there equivalent java profiler produces same report?

try : https://www.npmjs.com/package/javaflamegraph

npm install javaflamegraph

npm start


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -