Add -Xdump-perf

This commit is contained in:
Dmitry Savvinov
2018-05-04 14:52:44 +03:00
parent 9996a1bc7e
commit 97d455729b
5 changed files with 24 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ where advanced options include:
-Xallow-kotlin-package Allow compiling code in package 'kotlin' and allow not requiring kotlin.stdlib in module-info
-Xcoroutines={enable|warn|error}
Enable coroutines or report warnings or errors on declarations and use sites of 'suspend' modifier
-Xdump-perf=<path> Dump detailed performance statistics to the specified file
-Xeffect-system Enable experimental language feature: effect system
-Xexperimental=<fq.name> Enable and propagate usages of experimental API for marker annotation with the given fully qualified name
-Xintellij-plugin-root=<path> Path to the kotlin-compiler.jar or directory where IntelliJ configuration files can be found