ghcide-1.6.0.0: The core of an IDE
Safe HaskellNone
LanguageHaskell2010

Development.IDE.Main.HeapStats

Description

Logging utilities for reporting heap statistics

Synopsis

Documentation

withHeapStats :: Logger -> IO r -> IO r Source #

A helper function which lauches the heapStatsThread and kills it appropiately when the inner action finishes. It also checks to see if `-T` is enabled.