Memory allocation profiling
In addition to CPU samples, IntelliJ Profiler also collects memory allocation data. With this method of performance diagnostics, you can efficiently detect excessive objects’ creation, redundant autoboxing, faulty caches, and other memory-related problems.
Tutorial: Find a memory leak
