I am reviewing a big java application to see if there are any performance bottlenecks. The real problem is that I cannot pinpoint the performance issues to any single module. The whole application is slow as such.
Is there some tool/technique I can use to help me out in this?
I'm often happy enough using Java -Xprof
. This gives you a sorted list of the functions your code spends most of its time in.
Try using a profiler on your running code. It should help you identify the bottlenecks. Try jprofiler or Netbeans profiler
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With