Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <bench/bench.h>
#include <bitcoin-build-config.h>
#include <random.h>
#include <support/allocators/secure.h>
#include <test/util/setup_common.h>
#include <uint256.h>
#include <util/fs.h>
#include <util/translation.h>
#include <wallet/context.h>
#include <wallet/db.h>
#include <wallet/wallet.h>
#include <wallet/walletutil.h>
#include <cassert>
#include <memory>
#include <optional>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | wallet |
Functions | |
static void | wallet::WalletCreate (benchmark::Bench &bench, bool encrypted) |
static void | wallet::WalletCreatePlain (benchmark::Bench &bench) |
static void | wallet::WalletCreateEncrypted (benchmark::Bench &bench) |