profiteur-0.4.7.0: Treemap visualiser for GHC prof files
Safe HaskellSafe-Inferred
LanguageHaskell2010

Profiteur.Core

Synopsis

Documentation

data CostCentre Source #

Instances

Instances details
Show CostCentre Source # 
Instance details

Defined in Profiteur.Core

data Node Source #

Constructors

Node 

Fields

Instances

Instances details
ToJSON Node Source # 
Instance details

Defined in Profiteur.Core

Show Node Source # 
Instance details

Defined in Profiteur.Core

Methods

showsPrec :: Int -> Node -> ShowS #

show :: Node -> String #

showList :: [Node] -> ShowS #

nodesFromCostCentre :: CostCentre -> Maybe (Node, [Node]) Source #

Returns the node and its (transitive) children.

data NodeMap Source #

Constructors

NodeMap 

Fields

Instances

Instances details
ToJSON NodeMap Source # 
Instance details

Defined in Profiteur.Core

Show NodeMap Source # 
Instance details

Defined in Profiteur.Core