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