Add +RTS -vg flag for requesting some GC trace messages, outside DEBUG
[ghc-hetmet.git] / includes / RtsFlags.h
index 902e6c0..7d0b418 100644 (file)
@@ -301,6 +301,7 @@ struct TICKY_FLAGS {
 
 struct TRACE_FLAGS {
     rtsBool sched;             /* trace scheduler events for profiling */
+    rtsBool gc;                 /* trace GC events */
     rtsBool timestamp;          /* add timestamps to traces */
 };