ghc-prof-1.4.1.5: Library for parsing GHC time and allocation profiling reports

Safe HaskellNone
LanguageHaskell2010

GHC.Prof.Types

Synopsis

Documentation

data TotalTime Source #

total time in the profiling reports

Constructors

TotalTime 

Fields

Instances
Show TotalTime Source # 
Instance details

Defined in GHC.Prof.Types

newtype TotalAlloc Source #

total alloc in the profiling reports

Constructors

TotalAlloc 

Fields

Instances
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
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