Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Functions
wallet_balance.cpp File Reference
#include <bench/bench.h>
#include <interfaces/chain.h>
#include <node/context.h>
#include <optional.h>
#include <test/util/mining.h>
#include <test/util/setup_common.h>
#include <test/util/wallet.h>
#include <validationinterface.h>
#include <wallet/wallet.h>
Include dependency graph for wallet_balance.cpp:

Go to the source code of this file.

Functions

static void WalletBalance (benchmark::Bench &bench, const bool set_dirty, const bool add_watchonly, 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)
 

Function Documentation

BENCHMARK ( WalletBalanceDirty  )
BENCHMARK ( WalletBalanceClean  )
BENCHMARK ( WalletBalanceMine  )
BENCHMARK ( WalletBalanceWatch  )
static void WalletBalance ( benchmark::Bench bench,
const bool  set_dirty,
const bool  add_watchonly,
const bool  add_mine 
)
static

Definition at line 15 of file wallet_balance.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static void WalletBalanceClean ( benchmark::Bench bench)
static

Definition at line 57 of file wallet_balance.cpp.

Here is the call graph for this function:

static void WalletBalanceDirty ( benchmark::Bench bench)
static

Definition at line 56 of file wallet_balance.cpp.

Here is the call graph for this function:

static void WalletBalanceMine ( benchmark::Bench bench)
static

Definition at line 58 of file wallet_balance.cpp.

Here is the call graph for this function:

static void WalletBalanceWatch ( benchmark::Bench bench)
static

Definition at line 59 of file wallet_balance.cpp.

Here is the call graph for this function: