base-4.8.0.0: GHC/Profiling.hs
{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE NoImplicitPrelude #-}
-- | @since 4.7.0.0
module GHC.Profiling where
import GHC.Base
foreign import ccall startProfTimer :: IO ()
foreign import ccall stopProfTimer :: IO ()
{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE NoImplicitPrelude #-}
-- | @since 4.7.0.0
module GHC.Profiling where
import GHC.Base
foreign import ccall startProfTimer :: IO ()
foreign import ccall stopProfTimer :: IO ()