Bitcoin ABC 0.30.5
P2P Digital Currency
|
#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 <validation.h>
#include <vector>
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 (CTxMemPoolEntryRef::make(tx, 1000 *SATOSHI, nTime, nHeight, sigChecks, lp)) |
static std::vector< CTransactionRef > | CreateOrderedCoins (FastRandomContext &det_rand, int childTxs, int min_ancestors) |
static void | ComplexMemPool (benchmark::Bench &bench) |
static void | MempoolCheck (benchmark::Bench &bench) |
BENCHMARK (ComplexMemPool) | |
BENCHMARK (MempoolCheck) | |
Variables | |
static void pool | cs |
unsigned int | nHeight = 1 |
unsigned int | sigChecks = 1 |
LockPoints | lp |
|
static |
pool addUnchecked | ( | CTxMemPoolEntryRef::make(tx, 1000 *SATOSHI, nTime, nHeight, sigChecks, lp) | ) |
BENCHMARK | ( | ComplexMemPool | ) |
BENCHMARK | ( | MempoolCheck | ) |
|
static |
|
static |
Definition at line 34 of file mempool_stress.cpp.
|
static |
void pool cs |
Definition at line 16 of file mempool_stress.cpp.
LockPoints lp |
Definition at line 20 of file mempool_stress.cpp.
unsigned int nHeight = 1 |
Definition at line 18 of file mempool_stress.cpp.
unsigned int sigChecks = 1 |
Definition at line 19 of file mempool_stress.cpp.