· 1 min read

Good low-cost Java profilers

One of my clients asked me today about my favorite profilers for performance improvement of Java code. My favorite a few years ago used to be jprobe but these days I’m using the YourKit Profiler. It’s easy to use and has some great memory analysis features (yes, Java has automatic garbage collection but sophisticated apps still have memory issues). Another product I’d recommend taking a look at is JProfiler.

    Share:
    Back to Blog