ghc-9.13: The GHC API
Safe HaskellNone
LanguageGHC2021

GHC.Types.ProfAuto

Synopsis

Documentation

data ProfAuto Source #

What kind of {-# SCC #-} to add automatically

Constructors

NoProfAuto

no SCC annotations added

ProfAutoAll

top-level and nested functions are annotated

ProfAutoTop

top-level functions annotated only

ProfAutoExports

exported functions annotated only

ProfAutoCalls

annotate call-sites

Instances

Instances details
Eq ProfAuto Source # 
Instance details

Defined in GHC.Types.ProfAuto

Enum ProfAuto Source # 
Instance details

Defined in GHC.Types.ProfAuto

Show ProfAuto Source # 
Instance details

Defined in GHC.Types.ProfAuto