Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
GHC.Core.Opt.CallerCC
Description
Adds cost-centers to call sites selected with the -fprof-caller=...
flag.
Documentation
addCallerCostCentres :: ModGuts -> CoreM ModGuts #
data CallerCcFilter #
Constructors
CallerCcFilter | |
Fields |
Instances
Binary CallerCcFilter # | |
Defined in GHC.Core.Opt.CallerCC Methods put_ :: BinHandle -> CallerCcFilter -> IO () # put :: BinHandle -> CallerCcFilter -> IO (Bin CallerCcFilter) # get :: BinHandle -> IO CallerCcFilter # | |
Outputable CallerCcFilter # | |
Defined in GHC.Core.Opt.CallerCC Methods ppr :: CallerCcFilter -> SDoc # |
data NamePattern #
Constructors
PChar Char NamePattern | |
PWildcard NamePattern | |
PEnd |
Instances
Binary NamePattern # | |
Defined in GHC.Core.Opt.CallerCC Methods put_ :: BinHandle -> NamePattern -> IO () # put :: BinHandle -> NamePattern -> IO (Bin NamePattern) # get :: BinHandle -> IO NamePattern # | |
Outputable NamePattern # | |
Defined in GHC.Core.Opt.CallerCC Methods ppr :: NamePattern -> SDoc # |