Skip to content

Commit 8897ab0

Browse files
committed
chore: jfr profile config file details
1 parent e18cdef commit 8897ab0

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
@@ -214,6 +214,7 @@ val Project.defaultJvmArgs
214214
* - [JSR166](https://cs.oswego.edu/dl/jsr166/dist/jsr166.jar)
215215
* - [Hotspot Options](https://chriswhocodes.com/hotspot_option_differences.html)
216216
* - [JFR Events](https://sap.github.io/SapMachine/jfrevents)
217+
* - [Profile.jfc](https://github.com/openjdk/jdk/blob/master/src/jdk.jfr/share/conf/jfr/profile.jfc)
217218
*/
218219
val Project.runJvmArgs
219220
get() = buildList {

0 commit comments

Comments
 (0)