ghc-prof-1.4.1.8: Library for parsing GHC time and allocation profiling reports
Safe HaskellNone
LanguageHaskell2010

GHC.Prof.Types

Synopsis

Documentation

data Profile Source #

Top-level profiling report

Instances

Instances details
Show Profile Source # 
Instance details

Defined in GHC.Prof.Types

data TotalTime Source #

total time in the profiling reports

Constructors

TotalTime 

Fields

Instances

Instances details
Show TotalTime Source # 
Instance details

Defined in GHC.Prof.Types

newtype TotalAlloc Source #

total alloc in the profiling reports

Constructors

TotalAlloc 

Fields

Instances

Instances details
Show TotalAlloc Source # 
Instance details

Defined in GHC.Prof.Types

data AggregatedCostCentre Source #

Constructors

AggregatedCostCentre 

Fields

data CostCentre Source #

Cost-centre node

Constructors

CostCentre 

Fields

data CallSite cc Source #

Constructors

CallSite 

Fields

Instances

Instances details
Show cc => Show (CallSite cc) Source # 
Instance details

Defined in GHC.Prof.Types

Methods

showsPrec :: Int -> CallSite cc -> ShowS #

show :: CallSite cc -> String #

showList :: [CallSite cc] -> ShowS #

data AggregateModule Source #

Constructors

AggregateModule 

Fields