![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <bench/bench.h>#include <wallet/wallet.h>#include <wallet/coinselection.h>#include <set>Go to the source code of this file.
Typedefs | |
| typedef std::set< CInputCoin > | CoinSet |
Functions | |
| BENCHMARK (CoinSelection, 650) | |
| BENCHMARK (BnBExhaustion, 650) | |
Variables | |
| std::vector< std::unique_ptr< CWalletTx > > | wtxn |
| typedef std::set<CInputCoin> CoinSet |
Definition at line 59 of file coin_selection.cpp.
| BENCHMARK | ( | CoinSelection | , |
| 650 | |||
| ) |
| BENCHMARK | ( | BnBExhaustion | , |
| 650 | |||
| ) |
| std::vector<std::unique_ptr<CWalletTx> > wtxn |
Definition at line 61 of file coin_selection.cpp.
1.8.14