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

Menu for switching between CPU and memory samples in the Profiler toolbar