Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <bench/bench.h>
#include <interfaces/chain.h>
#include <kernel/chainparams.h>
#include <primitives/block.h>
#include <primitives/transaction.h>
#include <sync.h>
#include <test/util/mining.h>
#include <test/util/setup_common.h>
#include <uint256.h>
#include <util/time.h>
#include <validation.h>
#include <wallet/receive.h>
#include <wallet/test/util.h>
#include <wallet/wallet.h>
#include <wallet/walletutil.h>
#include <cassert>
#include <memory>
#include <optional>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | wallet |
Functions | |
static void | wallet::WalletBalance (benchmark::Bench &bench, const bool set_dirty, const bool add_mine) |
static void | wallet::WalletBalanceDirty (benchmark::Bench &bench) |
static void | wallet::WalletBalanceClean (benchmark::Bench &bench) |
static void | wallet::WalletBalanceMine (benchmark::Bench &bench) |
static void | wallet::WalletBalanceWatch (benchmark::Bench &bench) |
wallet::BENCHMARK (WalletBalanceDirty, benchmark::PriorityLevel::HIGH) | |
wallet::BENCHMARK (WalletBalanceClean, benchmark::PriorityLevel::HIGH) | |
wallet::BENCHMARK (WalletBalanceMine, benchmark::PriorityLevel::HIGH) | |
wallet::BENCHMARK (WalletBalanceWatch, benchmark::PriorityLevel::HIGH) | |