Skip to content

Commit 7f3a24b

Browse files
committed
chore: new cpu time profiling option
1 parent 0729bf6 commit 7f3a24b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/project/src/main/kotlin/common/ProjectExtns.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ val Project.runJvmArgs
260260
|+jdk.TLSHandshake#stackTrace=true,
261261
|+jdk.X509Certificate#enabled=true,
262262
|+jdk.X509Validation#enabled=true,
263+
|+jdk.CPUTimeSample#enabled=true,
263264
|settings=profile"""
264265
.joinToConfigString(),
265266
"-XX:FlightRecorderOptions:stackdepth=64",

0 commit comments

Comments
 (0)