ghc-prof-1.4.1.9: Library for parsing GHC time and allocation profiling reports
Safe HaskellSafe-Inferred
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 #