![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <bench/bench.h>#include <consensus/amount.h>#include <kernel/mempool_entry.h>#include <policy/policy.h>#include <test/util/setup_common.h>#include <txmempool.h>Go to the source code of this file.
Functions | |
| static void | AddTx (const CTransactionRef &tx, const Amount &nFee, CTxMemPool &pool) EXCLUSIVE_LOCKS_REQUIRED(cs_main |
| pool | addUnchecked (CTxMemPoolEntryRef::make(tx, nFee, nTime, nHeight, nSigChecks, lp)) |
| static void | MempoolEviction (benchmark::Bench &bench) |
| BENCHMARK (MempoolEviction) | |
Variables | |
| static void pool | cs |
| unsigned int | nHeight = 1 |
| unsigned int | nSigChecks = 1 |
| LockPoints | lp |
|
static |
| pool addUnchecked | ( | CTxMemPoolEntryRef::make(tx, nFee, nTime, nHeight, nSigChecks, lp) | ) |
| BENCHMARK | ( | MempoolEviction | ) |
|
static |
| void pool cs |
Definition at line 13 of file mempool_eviction.cpp.
| LockPoints lp |
Definition at line 17 of file mempool_eviction.cpp.
| unsigned int nHeight = 1 |
Definition at line 15 of file mempool_eviction.cpp.
| unsigned int nSigChecks = 1 |
Definition at line 16 of file mempool_eviction.cpp.