ouroboros-consensus-cardano-0.16.0.0: The instantation of the Ouroboros consensus layer used by Cardano
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Tools.DBAnalyser.Analysis.BenchmarkLedgerOps.Metadata

Description

Functions related to obtaining information about the 'db-analyser' run.

Metadata includes information such as:

  • RTS flags.
  • Compiler version.
  • OS and architecture.

See Metadata and getMetadata for more details.

Documentation

data Metadata Source #

Instances

Instances details
ToJSON Metadata Source # 
Instance details

Defined in Cardano.Tools.DBAnalyser.Analysis.BenchmarkLedgerOps.Metadata

Generic Metadata Source # 
Instance details

Defined in Cardano.Tools.DBAnalyser.Analysis.BenchmarkLedgerOps.Metadata

Associated Types

type Rep MetadataTypeType #

Methods

fromMetadataRep Metadata x #

toRep Metadata x → Metadata #

Show Metadata Source # 
Instance details

Defined in Cardano.Tools.DBAnalyser.Analysis.BenchmarkLedgerOps.Metadata

Methods

showsPrecIntMetadataShowS #

showMetadataString #

showList ∷ [Metadata] → ShowS #

Eq Metadata Source # 
Instance details

Defined in Cardano.Tools.DBAnalyser.Analysis.BenchmarkLedgerOps.Metadata

Methods

(==)MetadataMetadataBool #

(/=)MetadataMetadataBool #

type Rep Metadata Source # 
Instance details

Defined in Cardano.Tools.DBAnalyser.Analysis.BenchmarkLedgerOps.Metadata

type Rep Metadata = D1 ('MetaData "Metadata" "Cardano.Tools.DBAnalyser.Analysis.BenchmarkLedgerOps.Metadata" "ouroboros-consensus-cardano-0.16.0.0-inplace-unstable-cardano-tools" 'False) (C1 ('MetaCons "Metadata" 'PrefixI 'True) (((S1 ('MetaSel ('Just "rtsGCMaxStkSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word32) :*: S1 ('MetaSel ('Just "rtsGCMaxHeapSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word32)) :*: (S1 ('MetaSel ('Just "rtsConcurrentCtxtSwitchTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word64) :*: S1 ('MetaSel ('Just "rtsParNCapabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word32))) :*: ((S1 ('MetaSel ('Just "compilerVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: S1 ('MetaSel ('Just "compilerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)) :*: (S1 ('MetaSel ('Just "operatingSystem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: (S1 ('MetaSel ('Just "machineArchitecture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: S1 ('MetaSel ('Just "gitRevison") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String))))))