We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088db2a commit ad1fb0dCopy full SHA for ad1fb0d
ghcide/src/Development/IDE/Main.hs
@@ -363,6 +363,7 @@ defaultMain recorder Arguments{..} = withHeapStats (cmapWithPrio LogHeapStats re
363
log Warning LogOnlyPartialGhc9Support
364
server <- fmap join $ for argsMonitoringPort $ \p -> do
365
store <- Monitoring.newStore
366
+ Monitoring.registerGcMetrics store
367
let startServer = Monitoring.forkServerWith store "localhost" (fromIntegral p)
368
-- this can fail if the port is busy, throwing an async exception back to us
369
-- to handle that, wrap the server thread in an async
0 commit comments