MCPcopy Create free account
hub / github.com/ElementsProject/elements / WalletBalanceWatch

Function WalletBalanceWatch

src/bench/wallet_balance.cpp:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57static void WalletBalanceClean(benchmark::Bench& bench) { WalletBalance(bench, /* set_dirty */ false, /* add_mine */ true); }
58static void WalletBalanceMine(benchmark::Bench& bench) { WalletBalance(bench, /* set_dirty */ false, /* add_mine */ true); }
59static void WalletBalanceWatch(benchmark::Bench& bench) { WalletBalance(bench, /* set_dirty */ false, /* add_mine */ false); }
60
61BENCHMARK(WalletBalanceDirty);
62BENCHMARK(WalletBalanceClean);

Callers

nothing calls this directly

Calls 1

WalletBalanceFunction · 0.85

Tested by

no test coverage detected