Profiler timeline view
You can visualize threads activity with the Timeline view of IntelliJ Profiler. It is useful to understand critical paths in your application, as well as spot synchronization issues, GC-related bottlenecks, suboptimal I/O operations, and unusual thread activity.
