1 2 3 4 5
module GHC.Profiling where foreign import ccall startProfTimer :: IO () foreign import ccall stopProfTimer :: IO ()