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

Safe HaskellNone
LanguageHaskell2010

GHC.Prof.Parser

Synopsis

Documentation

profile :: Parser Profile Source #

Parse a GHC time-allocation profiling report

timestamp :: Parser LocalTime Source #

Parse the timestamp in a header as local time

costCentre :: HeaderParams -> Parser CostCentre Source #