In perl there is a very nice profiler available called NYTProf.
In it's report it includes a flame graph, which makes it very easy to find the bottleneck of the program
Is there an equivalent java profiler which produces the same report?
In perl there is a very nice profiler available called NYTProf.
In it's report it includes a flame graph, which makes it very easy to find the bottleneck of the program
Is there an equivalent java profiler which produces the same report?