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
Copy file name to clipboardExpand all lines: compiler/src/dotty/tools/dotc/config/ScalaSettings.scala
+1
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,7 @@ class ScalaSettings extends Settings.SettingGroup {
181
181
valYnoDecodeStacktraces:Setting[Boolean] =BooleanSetting("-Yno-decode-stacktraces", "Show raw StackOverflow stacktraces, instead of decoding them into triggering operations.")
182
182
183
183
valYinstrument:Setting[Boolean] =BooleanSetting("-Yinstrument", "Add instrumentation code that counts allocations and closure creations.")
184
+
valYinstrumentDefs:Setting[Boolean] =BooleanSetting("-Yinstrument-defs", "Add instrumentation code that counts method calls; needs -Yinstrument to be set, too.")
0 commit comments