Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Datatypes and file-access routines for the tick data file
(.tix
) used by Hpc.
Documentation
Tix
is the storage format for our dynamic information about
what boxes are ticked.
Instances
Generic TixModule Source # | |
Read TixModule Source # | |
Show TixModule Source # | |
NFData TixModule Source # | Since: hpc-0.6.2.0 |
Defined in Trace.Hpc.Tix | |
Eq TixModule Source # | |
type Rep TixModule Source # | Since: hpc-0.6.2.0 |
Defined in Trace.Hpc.Tix type Rep TixModule = D1 ('MetaData "TixModule" "Trace.Hpc.Tix" "hpc-0.6.2.0" 'False) (C1 ('MetaCons "TixModule" 'PrefixI 'False) ((S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Hash)) :*: (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Integer])))) |
tixModuleName :: TixModule -> String Source #
tixModuleHash :: TixModule -> Hash Source #
tixModuleTixs :: TixModule -> [Integer] Source #
getTixFileName :: String -> String Source #
getTixFullName
takes a binary or .tix
-file name,
and normalizes it into a .tix
-file name.