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