Skip to content

Commit

Permalink
Close tag at plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kornilova203 committed Feb 8, 2018
1 parent 4bb42b6 commit 7da223c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Use Flight Recorder to profile your program and then open flamegraph:
<ol>
<li>Run JVM with following VM options: <code>-XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:StartFlightRecording=duration=30s,filename=my_recording.jfr</code></li>
<li>Open visualizer <strong>Tools | Flamegraph Profiler | Upload File...</strong></li>
<li>Upload <i>my_recording.jfr<i></li>
<li>Upload <i>my_recording.jfr</i></li>
</ol>
<strong>Performance Recording</strong><br>
Plugin lets you record performance of Java program with instrumentation profiler.
Expand Down

0 comments on commit 7da223c

Please sign in to comment.