You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--output-asm <name>`|Generate an assembly file (.s)|
142
142
|`--output-incremental={yes\|no*}`|Generate an incremental output file (rather than complete)|
143
-
|`--trace-compile={stderr,name}`|Print precompile statements for methods compiled during execution or save to a path|
143
+
|`--trace-compile={stderr\|name}`|Print precompile statements for methods compiled during execution or save to a path|
144
+
|`--trace-compile-timing`|If --trace-compile is enabled show how long each took to compile in ms|
144
145
|`--image-codegen`|Force generate code in imaging mode|
145
146
|`--heap-size-hint=<size>`|Forces garbage collection if memory usage is higher than that value. The memory hint might be specified in megabytes (e.g., 500M) or gigabytes (e.g., 1G)|
0 commit comments