GHC.Profiling.Eras
setUserEra :: Word -> IO () Source #
Set the heap profiling era, setting the era to 0 will stop closures being counted.
getUserEra :: IO Word Source #
Query the profiling era
incrementUserEra :: Word -> IO Word Source #
Increment the era by a given amount, and return the new era.