diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index a0202f08..fbf42091 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -12,7 +12,7 @@ Use Flight Recorder to profile your program and then open flamegraph:
  1. Run JVM with following VM options: -XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:StartFlightRecording=duration=30s,filename=my_recording.jfr
  2. Open visualizer Tools | Flamegraph Profiler | Upload File...
  3. -
  4. Upload my_recording.jfr
  5. +
  6. Upload my_recording.jfr
Performance Recording
Plugin lets you record performance of Java program with instrumentation profiler.