Bitcoin
|
#include <bench/bench.h>
#include <rpc/blockchain.h>
#include <txmempool.h>
#include <univalue.h>
#include <list>
#include <vector>
Functions | |
static void | AddTx (const CTransactionRef &tx, const CAmount &fee, CTxMemPool &pool) EXCLUSIVE_LOCKS_REQUIRED(cs_main |
pool | addUnchecked (CTxMemPoolEntry(tx, fee, 0, 1, false, 4, lp)) |
static void | RpcMempool (benchmark::State &state) |
BENCHMARK (RpcMempool, 40) | |
Variables | |
static void pool | cs |
|
static |
pool addUnchecked | ( | CTxMemPoolEntry(tx, fee, 0, 1, false, 4, lp) | ) |
BENCHMARK | ( | RpcMempool | , |
40 | |||
) |
|
static |
void pool cs |