Development.IDE.Main.HeapStats
Description
Logging utilities for reporting heap statistics
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.
heapStatsThread