![]() |
Bitcoin Core
26.1.0
P2P Digital Currency
|
#include <bench/bench.h>#include <kernel/cs_main.h>#include <kernel/mempool_entry.h>#include <rpc/mempool.h>#include <test/util/setup_common.h>#include <txmempool.h>#include <util/chaintype.h>#include <univalue.h>Go to the source code of this file.
Functions | |
| static void | AddTx (const CTransactionRef &tx, const CAmount &fee, CTxMemPool &pool) EXCLUSIVE_LOCKS_REQUIRED(cs_main |
| pool | addUnchecked (CTxMemPoolEntry(tx, fee, 0, 1, 0, false, 4, lp)) |
| static void | RpcMempool (benchmark::Bench &bench) |
| BENCHMARK (RpcMempool, benchmark::PriorityLevel::HIGH) | |
Variables | |
| static void pool | cs |
|
static |
| pool addUnchecked | ( | CTxMemPoolEntry(tx, fee, 0, 1, 0, false, 4, lp) | ) |
| BENCHMARK | ( | RpcMempool | , |
| benchmark::PriorityLevel::HIGH | |||
| ) |
|
static |
| void pool cs |
Definition at line 17 of file rpc_mempool.cpp.
1.8.14