#include <bench/bench.h>
#include <kernel/mempool_entry.h>
#include <policy/policy.h>
#include <test/util/setup_common.h>
#include <txmempool.h>
#include <validation.h>
#include <vector>
Go to the source code of this file.
|
static void | AddTx (const CTransactionRef &tx, CTxMemPool &pool) EXCLUSIVE_LOCKS_REQUIRED(cs_main |
|
pool | addUnchecked (CTxMemPoolEntry(tx, 1000, nTime, nHeight, spendsCoinbase, sigOpCost, 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::PriorityLevel::HIGH) |
|
| BENCHMARK (MempoolCheck, benchmark::PriorityLevel::HIGH) |
|
◆ AddTx()
◆ addUnchecked()
◆ BENCHMARK() [1/2]
◆ BENCHMARK() [2/2]
◆ ComplexMemPool()
◆ CreateOrderedCoins()
◆ MempoolCheck()
◆ cs
◆ lp
◆ nHeight
◆ sigOpCost
unsigned int sigOpCost = 4 |
◆ spendsCoinbase
bool spendsCoinbase = false |