From 05fad5f2cb3de99c8757e283ca294270e699f9c4 Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Wed, 25 Mar 2026 23:20:46 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=BE=D0=BA=D0=B0=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D0=BE=D0=B5=20=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D0=B8=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 6432c54..8512215 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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" } ] } \ No newline at end of file