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-2
Original file line number
Diff line number
Diff line change
@@ -177,8 +177,7 @@ class ScalaSettings extends Settings.SettingGroup {
177
177
178
178
valYnoDecodeStacktraces:Setting[Boolean] =BooleanSetting("-Yno-decode-stacktraces", "Show raw StackOverflow stacktraces, instead of decoding them into triggering operations.")
179
179
180
-
valYinstrumentClosures:Setting[Boolean] =BooleanSetting("-Yinstrument-closures", "Add instrumentation code that counts closure creations.")
181
-
valYinstrumentAllocations:Setting[Boolean] =BooleanSetting("-Yinstrument-allocations", "Add instrumentation code that counts allocations.")
180
+
valYinstrument:Setting[Boolean] =BooleanSetting("-Yinstrument", "Add instrumentation code that counts allocations and closure creations.")
0 commit comments