hpc-0.5.0.3: Code Coverage Library for HaskellSource codeContentsIndex
Trace.Hpc.Tix
Description
Datatypes and file-access routines for the tick data file used by HPC. (.tix)
Documentation
data Tix Source
Constructors
Tix [TixModule]
show/hide Instances
data TixModule Source
Constructors
TixModule String Hash Int [Integer]
show/hide Instances
tixModuleName :: TixModule -> StringSource
tixModuleHash :: TixModule -> HashSource
tixModuleTixs :: TixModule -> [Integer]Source
readTix :: String -> IO (Maybe Tix)Source
writeTix :: String -> Tix -> IO ()Source
getTixFileName :: String -> StringSource
Produced by Haddock version 2.4.2