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.SlotDataPoint

Synopsis

Documentation

newtype BlockStats Source #

Constructors

BlockStats 

Fields

Instances

Instances details
ToJSON BlockStats Source # 
Instance details

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

Generic BlockStats Source # 
Instance details

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

Associated Types

type Rep BlockStatsTypeType #

Show BlockStats Source # 
Instance details

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

type Rep BlockStats Source # 
Instance details

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

type Rep BlockStats = D1 ('MetaData "BlockStats" "Cardano.Tools.DBAnalyser.Analysis.BenchmarkLedgerOps.SlotDataPoint" "ouroboros-consensus-cardano-0.16.0.0-inplace-unstable-cardano-tools" 'True) (C1 ('MetaCons "BlockStats" 'PrefixI 'True) (S1 ('MetaSel ('Just "unBlockStats") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Builder])))

data SlotDataPoint Source #

Information about the time spent processing the block corresponding to slot, divided into the five major operations:

  1. Forecast.
  2. Header tick.
  3. Header application.
  4. Block tick.
  5. Block application.

It is up to the user of a slot data point to decide which units the data represent (eg milliseconds, nanoseconds, etc)

Constructors

SlotDataPoint 

Fields

Instances

Instances details
ToJSON SlotDataPoint Source # 
Instance details

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

Generic SlotDataPoint Source # 
Instance details

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

Associated Types

type Rep SlotDataPointTypeType #

Show SlotDataPoint Source # 
Instance details

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

type Rep SlotDataPoint Source # 
Instance details

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

type Rep SlotDataPoint = D1 ('MetaData "SlotDataPoint" "Cardano.Tools.DBAnalyser.Analysis.BenchmarkLedgerOps.SlotDataPoint" "ouroboros-consensus-cardano-0.16.0.0-inplace-unstable-cardano-tools" 'False) (C1 ('MetaCons "SlotDataPoint" 'PrefixI 'True) (((S1 ('MetaSel ('Just "slot") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 SlotNo) :*: (S1 ('MetaSel ('Just "slotGap") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Word64) :*: S1 ('MetaSel ('Just "totalTime") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int64))) :*: ((S1 ('MetaSel ('Just "mut") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int64) :*: S1 ('MetaSel ('Just "gc") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int64)) :*: (S1 ('MetaSel ('Just "majGcCount") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Word32) :*: S1 ('MetaSel ('Just "minGcCount") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Word32)))) :*: ((S1 ('MetaSel ('Just "allocatedBytes") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Word64) :*: (S1 ('MetaSel ('Just "mut_forecast") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int64) :*: S1 ('MetaSel ('Just "mut_headerTick") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int64))) :*: ((S1 ('MetaSel ('Just "mut_headerApply") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int64) :*: S1 ('MetaSel ('Just "mut_blockTick") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int64)) :*: (S1 ('MetaSel ('Just "mut_blockApply") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int64) :*: S1 ('MetaSel ('Just "blockStats") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 BlockStats))))))