Bitcoin ABC  0.28.12
P2P Digital Currency
Functions
wallet_balance.cpp File Reference
#include <bench/bench.h>
#include <config.h>
#include <consensus/amount.h>
#include <interfaces/chain.h>
#include <node/context.h>
#include <validationinterface.h>
#include <wallet/receive.h>
#include <wallet/wallet.h>
#include <test/util/mining.h>
#include <test/util/setup_common.h>
#include <test/util/wallet.h>
#include <optional>
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() [1/4]

BENCHMARK ( WalletBalanceClean  )

◆ BENCHMARK() [2/4]

BENCHMARK ( WalletBalanceDirty  )

◆ BENCHMARK() [3/4]

BENCHMARK ( WalletBalanceMine  )

◆ BENCHMARK() [4/4]

BENCHMARK ( WalletBalanceWatch  )

◆ WalletBalance()

static void WalletBalance ( benchmark::Bench bench,
const bool  set_dirty,
const bool  add_watchonly,
const bool  add_mine 
)
static

Definition at line 20 of file wallet_balance.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ WalletBalanceClean()

static void WalletBalanceClean ( benchmark::Bench bench)
static

Definition at line 76 of file wallet_balance.cpp.

Here is the call graph for this function:

◆ WalletBalanceDirty()

static void WalletBalanceDirty ( benchmark::Bench bench)
static

Definition at line 72 of file wallet_balance.cpp.

Here is the call graph for this function:

◆ WalletBalanceMine()

static void WalletBalanceMine ( benchmark::Bench bench)
static

Definition at line 80 of file wallet_balance.cpp.

Here is the call graph for this function:

◆ WalletBalanceWatch()

static void WalletBalanceWatch ( benchmark::Bench bench)
static

Definition at line 84 of file wallet_balance.cpp.

Here is the call graph for this function: