![]() |
Bitcoin Core 22.99.0
P2P Digital Currency
|
#include <bench/bench.h>
#include <interfaces/chain.h>
#include <node/context.h>
#include <test/util/mining.h>
#include <test/util/setup_common.h>
#include <test/util/wallet.h>
#include <validationinterface.h>
#include <wallet/receive.h>
#include <wallet/wallet.h>
#include <optional>
Go to the source code of this file.
Functions | |
static void | WalletBalance (benchmark::Bench &bench, const bool set_dirty, const bool add_mine) |
static void | WalletBalanceDirty (benchmark::Bench &bench) |
static void | WalletBalanceClean (benchmark::Bench &bench) |
static void | WalletBalanceMine (benchmark::Bench &bench) |
static void | WalletBalanceWatch (benchmark::Bench &bench) |
BENCHMARK (WalletBalanceDirty) | |
BENCHMARK (WalletBalanceClean) | |
BENCHMARK (WalletBalanceMine) | |
BENCHMARK (WalletBalanceWatch) | |
BENCHMARK | ( | WalletBalanceClean | ) |
BENCHMARK | ( | WalletBalanceDirty | ) |
BENCHMARK | ( | WalletBalanceMine | ) |
BENCHMARK | ( | WalletBalanceWatch | ) |
|
static |
Definition at line 17 of file wallet_balance.cpp.
|
static |
|
static |
|
static |
|
static |