Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generate Flame Graph from JFR dump with IntelliJ IDEA

IDEA generates those neat flame graphs when using "Run with Java Flight Recorder".

enter image description here

While I know of external tools capable of this, is it possible to generate those flame graphs from existing jfr dumps with IDEA?

like image 773
Nick Russler Avatar asked Oct 20 '25 09:10

Nick Russler


1 Answers

Sure, you can open any exisiting jfr report (Main menu/Run/Open Profiler Snapshot), and if it contains sampling, flame graph will also be available.

like image 135
Egor Avatar answered Oct 22 '25 02:10

Egor