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

Cardano.Tools.DBAnalyser.Types

Documentation

data Limit Source #

Constructors

Limit Int 
Unlimited 

data AnalysisName Source #

Constructors

ShowSlotBlockNo 
CountTxOutputs 
ShowBlockHeaderSize 
ShowBlockTxsSize 
ShowEBBs 
OnlyValidation 
StoreLedgerStateAt SlotNo 
CountBlocks 
CheckNoThunksEvery Word64 
TraceLedgerProcessing 
BenchmarkLedgerOps (Maybe FilePath) 
ReproMempoolAndForge Int 
GetBlockApplicationMetrics NumberOfBlocks (Maybe FilePath)

Compute different block application metrics every NumberOfBlocks.

The metrics will be written to the provided file path, or to the standard output if no file path is specified.

Instances

Instances details
Show AnalysisName Source # 
Instance details

Defined in Cardano.Tools.DBAnalyser.Analysis