ghc-prof-flamegraph-0.1.2.0: Generates data to be used with flamegraph.pl from .prof files.

Safe HaskellSafe-Inferred
LanguageHaskell2010

ProfFile

Description

Parser for .prof files generated by GHC.

Synopsis

Documentation

data Time Source

Constructors

Time 

Instances

data Line Source

Constructors

Line 

Instances

parseLine :: String -> Either String ([Line] -> Line) Source

Returns a function accepting the children and returning a fully formed Line.