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