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
Today we require users to run their programs with +RTS -T or compile them with -rtsopts if they want GC stats. Turns out there's a way to enable GC stats during runtime:
Today we require users to run their programs with
+RTS -T
or compile them with-rtsopts
if they want GC stats. Turns out there's a way to enable GC stats during runtime:http://comments.gmane.org/gmane.comp.lang.haskell.ghc.devel/5281
We should do this whenever the user requests GC stats to be monitored.
The text was updated successfully, but these errors were encountered: