ghc-9.14.0.20251128: The GHC API
Safe HaskellNone
LanguageGHC2021

GHC.Core.Opt.CallerCC

Description

Adds cost-centers to call sites selected with the -fprof-caller=... flag.

Documentation

data NamePattern #

Instances

Instances details
NFData NamePattern # 
Instance details

Defined in GHC.Core.Opt.CallerCC.Types

Methods

rnf :: NamePattern -> () Source #

Binary NamePattern # 
Instance details

Defined in GHC.Core.Opt.CallerCC.Types

Outputable NamePattern # 
Instance details

Defined in GHC.Core.Opt.CallerCC.Types

Methods

ppr :: NamePattern -> SDoc #