![]() |
Bitcoin Core
28.1.0
P2P Digital Currency
|
#include <bench/bench.h>#include <interfaces/chain.h>#include <node/context.h>#include <policy/policy.h>#include <wallet/coinselection.h>#include <wallet/spend.h>#include <wallet/wallet.h>#include <wallet/test/util.h>#include <set>Go to the source code of this file.
Functions | |
| static void | addCoin (const CAmount &nValue, const CWallet &wallet, std::vector< std::unique_ptr< CWalletTx >> &wtxs) |
| static void | CoinSelection (benchmark::Bench &bench) |
| static void | add_coin (const CAmount &nValue, int nInput, std::vector< OutputGroup > &set) |
| static CAmount | make_hard_case (int utxos, std::vector< OutputGroup > &utxo_pool) |
| static void | BnBExhaustion (benchmark::Bench &bench) |
| BENCHMARK (CoinSelection, benchmark::PriorityLevel::HIGH) | |
| BENCHMARK (BnBExhaustion, benchmark::PriorityLevel::HIGH) | |
|
static |
Definition at line 90 of file coin_selection.cpp.
|
static |
Definition at line 29 of file coin_selection.cpp.
| BENCHMARK | ( | CoinSelection | , |
| benchmark::PriorityLevel::HIGH | |||
| ) |
| BENCHMARK | ( | BnBExhaustion | , |
| benchmark::PriorityLevel::HIGH | |||
| ) |
|
static |
|
static |
|
static |
Definition at line 100 of file coin_selection.cpp.
1.8.14