I am interested to run Java Flight Recorder wiht Intellij Idea Community.
By path
-> Run|Edit configuration
I have pointed the options:
-XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:StartFlightRecording:filename="D:\!_git\tmp\core-java-perf\file.jfr"
But I don't find the file -> file.jfr;
Maybe someone knows how to work with Java Flight Recorder from the Intellij Idea community?

It is deprecated.