Profiling
-
Core Java

How to Read a Flame Graph: A Practical Profiling Guide for JVM Developers
Stop guessing where your Java app is spending its time. Here is everything you need to go from zero to…
Read More » -
Core Java

Unleash the Power of Open Source Java Profilers: Comparing VisualVM, JMC, and async-profiler
Performance tuning in Java often feels like detective work. Applications run fine in development but slow down in production. Memory…
Read More » -
Core Java

Mastering Java Performance: Profiling, Benchmarking, and Optimization
Optimizing the performance of Java applications is critical for ensuring responsiveness, scalability, and efficient resource usage. Profiling and benchmarking are…
Read More » -
Core Java

Profile your applications with Java VisualVM
When you need to discover what part of an application consume the more CPU or Memory, you must use a…
Read More » -
Software Development

Performance Anxiety – on Performance Unpredictability, Its Measurement and Benchmarking
Joshua Bloch had a great talk called Performance Anxiety (30min, via Parleys slides also available ) at Devoxx 2010, the…
Read More »

