Bitcoin ABC  0.26.3
P2P Digital Currency
Functions | Variables
rpc_mempool.cpp File Reference
#include <bench/bench.h>
#include <chainparamsbase.h>
#include <consensus/amount.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 <univalue.h>
Include dependency graph for rpc_mempool.cpp:

Go to the source code of this file.

Functions

static void AddTx (const CTransactionRef &tx, const Amount &fee, CTxMemPool &pool) EXCLUSIVE_LOCKS_REQUIRED(cs_main
 
pool addUnchecked (CTxMemPoolEntryRef::make(tx, fee, 0, 1, 1, lp))
 
static void RpcMempool (benchmark::Bench &bench)
 
 BENCHMARK (RpcMempool)
 

Variables

static void pool cs
 

Function Documentation

◆ AddTx()

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

◆ addUnchecked()

pool addUnchecked ( CTxMemPoolEntryRef::make(tx, fee, 0, 1, 1, lp )

◆ BENCHMARK()

BENCHMARK ( RpcMempool  )

◆ RpcMempool()

static void RpcMempool ( benchmark::Bench bench)
static

Definition at line 24 of file rpc_mempool.cpp.

Here is the call graph for this function:

Variable Documentation

◆ cs

void pool cs
Initial value:

Definition at line 17 of file rpc_mempool.cpp.