Локальное профилирование
This commit is contained in:
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
@@ -24,6 +24,15 @@
|
||||
"mainClass": "im.rosetta.Main",
|
||||
"projectName": "rosetta-server",
|
||||
"envFile": "${workspaceFolder}/.env"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Profile with JFR",
|
||||
"request": "launch",
|
||||
"mainClass": "im.rosetta.Main",
|
||||
"projectName": "rosetta-server",
|
||||
"envFile": "${workspaceFolder}/.env",
|
||||
"vmArgs": "-XX:StartFlightRecording=filename=/tmp/app.jfr,settings=profile,dumponexit=true"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user