base-4.10.0.0: Basic libraries

Safe HaskellTrustworthy
LanguageHaskell2010

GHC.Profiling

Description

Since: 4.7.0.0

Synopsis

Documentation

stopProfTimer :: IO () Source #

Stop attributing ticks to cost centres. Allocations will still be attributed.

Since: 4.7.0.0

startProfTimer :: IO () Source #

Start attributing ticks to cost centres. This is called by the RTS on startup.

Since: 4.7.0.0