ghc-debug-client-0.3.0.0: Useful functions for writing heap analysis tools which use ghc-debug.
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Debug.Profile.Types

Documentation

newtype Count Source #

Constructors

Count Int 

Instances

Instances details
Monoid Count Source # 
Instance details

Defined in GHC.Debug.Profile.Types

Methods

mempty :: Count #

mappend :: Count -> Count -> Count #

mconcat :: [Count] -> Count #

Semigroup Count Source # 
Instance details

Defined in GHC.Debug.Profile.Types

Methods

(<>) :: Count -> Count -> Count #

sconcat :: NonEmpty Count -> Count #

stimes :: Integral b => b -> Count -> Count #

Num Count Source # 
Instance details

Defined in GHC.Debug.Profile.Types

Show Count Source # 
Instance details

Defined in GHC.Debug.Profile.Types

Methods

showsPrec :: Int -> Count -> ShowS #

show :: Count -> String #

showList :: [Count] -> ShowS #

Eq Count Source # 
Instance details

Defined in GHC.Debug.Profile.Types

Methods

(==) :: Count -> Count -> Bool #

(/=) :: Count -> Count -> Bool #

Ord Count Source # 
Instance details

Defined in GHC.Debug.Profile.Types

Methods

compare :: Count -> Count -> Ordering #

(<) :: Count -> Count -> Bool #

(<=) :: Count -> Count -> Bool #

(>) :: Count -> Count -> Bool #

(>=) :: Count -> Count -> Bool #

max :: Count -> Count -> Count #

min :: Count -> Count -> Count #