![]() |
Bitcoin Core
24.1.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 <util/translation.h>#include <validationinterface.h>#include <wallet/context.h>#include <wallet/receive.h>#include <wallet/wallet.h>#include <optional>Go to the source code of this file.
Functions | |
| static const std::shared_ptr< CWallet > | BenchLoadWallet (std::unique_ptr< WalletDatabase > database, WalletContext &context, DatabaseOptions &options) |
| static void | BenchUnloadWallet (std::shared_ptr< CWallet > &&wallet) |
| static void | AddTx (CWallet &wallet) |
| static std::unique_ptr< WalletDatabase > | DuplicateMockDatabase (WalletDatabase &database, DatabaseOptions &options) |
| static void | WalletLoading (benchmark::Bench &bench, bool legacy_wallet) |
|
static |
Definition at line 46 of file wallet_loading.cpp.
|
static |
Definition at line 27 of file wallet_loading.cpp.
|
static |
Definition at line 39 of file wallet_loading.cpp.
|
static |
Definition at line 55 of file wallet_loading.cpp.
|
static |
1.8.14