locli-1.34: Cardano log analysis CLI
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Profile

Documentation

data ProfileEntry f Source #

Constructors

ProfileEntry 

Fields

Instances

Instances details
(forall a. FromJSON a => FromJSON (f a)) => FromJSON (ProfileEntry f) Source # 
Instance details

Defined in Data.Profile

(forall a. ToJSON a => ToJSON (f a)) => ToJSON (ProfileEntry f) Source # 
Instance details

Defined in Data.Profile

Generic (ProfileEntry f) Source # 
Instance details

Defined in Data.Profile

Associated Types

type Rep (ProfileEntry f) :: Type -> Type Source #

(forall a. Show a => Show (f a)) => Show (ProfileEntry f) Source # 
Instance details

Defined in Data.Profile

(forall a. NFData a => NFData (f a)) => NFData (ProfileEntry f) Source # 
Instance details

Defined in Data.Profile

Methods

rnf :: ProfileEntry f -> () Source #

type Rep (ProfileEntry f) Source # 
Instance details

Defined in Data.Profile

newtype ProfilingData f Source #

Constructors

ProfilingData 

Fields

Instances

Instances details
(forall a. FromJSON a => FromJSON (f a)) => FromJSON (ProfilingData f) Source # 
Instance details

Defined in Data.Profile

(forall a. ToJSON a => ToJSON (f a)) => ToJSON (ProfilingData f) Source # 
Instance details

Defined in Data.Profile

Generic (ProfilingData f) Source # 
Instance details

Defined in Data.Profile

Associated Types

type Rep (ProfilingData f) :: Type -> Type Source #

(forall a. Show a => Show (f a)) => Show (ProfilingData f) Source # 
Instance details

Defined in Data.Profile

(forall a. NFData a => NFData (f a)) => NFData (ProfilingData f) Source # 
Instance details

Defined in Data.Profile

Methods

rnf :: ProfilingData f -> () Source #

type Rep (ProfilingData f) Source # 
Instance details

Defined in Data.Profile

type Rep (ProfilingData f) = D1 ('MetaData "ProfilingData" "Data.Profile" "locli-1.34-inplace" 'True) (C1 ('MetaCons "ProfilingData" 'PrefixI 'True) (S1 ('MetaSel ('Just "pdMap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Map Text (ProfileEntry f)))))