Safe Haskell | Trustworthy |
---|---|
Language | Haskell2010 |
Since: 4.7.0.0
- stopProfTimer :: IO ()
- startProfTimer :: IO ()
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