Skip to content

Commit

Permalink
Merge pull request #13115 from yrodiere/patch-4
Browse files Browse the repository at this point in the history
Fix typo in TROUBLESHOOTING.md
  • Loading branch information
gsmet authored Nov 4, 2020
2 parents d8903a1 + 71f7c53 commit 106cdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ It can be used in the same way as for the production application with the except

```shell script
# profile CPU startup
mvn quarkus:dev -Djvm.args="agentpath:/path/to/async-profiler/build/libasyncProfiler.so=start,event=cpu,file=startup-cpu-profile.svg,interval=1000000,width=1600,simple"
mvn quarkus:dev -Djvm.args="-agentpath:/path/to/async-profiler/build/libasyncProfiler.so=start,event=cpu,file=startup-cpu-profile.svg,interval=1000000,width=1600,simple"

# profile allocation startup
mvn quarkus:dev -Djvm.args="-agentpath:/path/to/async-profiler/build/libasyncProfiler.so=start,event=alloc,file=/tmp/startup-alloc-profile.svg,interval=1000000,width=1600,simple"
Expand Down

0 comments on commit 106cdaa

Please sign in to comment.