Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Functions | Variables
mempool_stress.cpp File Reference
#include <bench/bench.h>
#include <kernel/mempool_entry.h>
#include <policy/policy.h>
#include <random.h>
#include <test/util/setup_common.h>
#include <txmempool.h>
#include <util/chaintype.h>
#include <validation.h>
#include <vector>
Include dependency graph for mempool_stress.cpp:

Go to the source code of this file.

Classes

struct  Available
 

Functions

static void AddTx (const CTransactionRef &tx, CTxMemPool &pool) EXCLUSIVE_LOCKS_REQUIRED(cs_main
 
pool addUnchecked (CTxMemPoolEntry(tx, 1000, nTime, nHeight, sequence, spendsCoinbase, sigOpCost, lp))
 
static std::vector< CTransactionRefCreateOrderedCoins (FastRandomContext &det_rand, int childTxs, int min_ancestors)
 
static void ComplexMemPool (benchmark::Bench &bench)
 
static void MempoolCheck (benchmark::Bench &bench)
 
 BENCHMARK (ComplexMemPool, benchmark::PriorityLevel::HIGH)
 
 BENCHMARK (MempoolCheck, benchmark::PriorityLevel::HIGH)
 

Variables

static void pool cs
 
unsigned int nHeight = 1
 
uint64_t sequence = 0
 
bool spendsCoinbase = false
 
unsigned int sigOpCost = 4
 
LockPoints lp
 

Function Documentation

◆ AddTx()

static void AddTx ( const CTransactionRef tx,
CTxMemPool pool 
)
static
Here is the caller graph for this function:

◆ addUnchecked()

pool addUnchecked ( CTxMemPoolEntry(tx, 1000, nTime, nHeight, sequence, spendsCoinbase, sigOpCost, lp )

◆ BENCHMARK() [1/2]

◆ BENCHMARK() [2/2]

◆ ComplexMemPool()

static void ComplexMemPool ( benchmark::Bench bench)
static

Definition at line 86 of file mempool_stress.cpp.

Here is the call graph for this function:

◆ CreateOrderedCoins()

static std::vector<CTransactionRef> CreateOrderedCoins ( FastRandomContext det_rand,
int  childTxs,
int  min_ancestors 
)
static

Definition at line 34 of file mempool_stress.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ MempoolCheck()

static void MempoolCheck ( benchmark::Bench bench)
static

Definition at line 106 of file mempool_stress.cpp.

Here is the call graph for this function:

Variable Documentation

◆ cs

void pool cs
Initial value:
{
int64_t nTime = 0

Definition at line 16 of file mempool_stress.cpp.

◆ lp

Definition at line 23 of file mempool_stress.cpp.

◆ nHeight

unsigned int nHeight = 1

Definition at line 19 of file mempool_stress.cpp.

◆ sequence

uint64_t sequence = 0

Definition at line 20 of file mempool_stress.cpp.

◆ sigOpCost

unsigned int sigOpCost = 4

Definition at line 22 of file mempool_stress.cpp.

◆ spendsCoinbase

bool spendsCoinbase = false

Definition at line 21 of file mempool_stress.cpp.