1 2 3 4 5 6
{-# LANGUAGE ForeignFunctionInterface #-} module GHC.Profiling where foreign import ccall startProfTimer :: IO () foreign import ccall stopProfTimer :: IO ()