Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <bench/bench.h>
#include <blockfilter.h>
#include <uint256.h>
#include <cstdint>
#include <utility>
#include <vector>
Go to the source code of this file.
Functions | |
static GCSFilter::ElementSet | GenerateGCSTestElements () |
static void | GCSBlockFilterGetHash (benchmark::Bench &bench) |
static void | GCSFilterConstruct (benchmark::Bench &bench) |
static void | GCSFilterDecode (benchmark::Bench &bench) |
static void | GCSFilterDecodeSkipCheck (benchmark::Bench &bench) |
static void | GCSFilterMatch (benchmark::Bench &bench) |
BENCHMARK (GCSBlockFilterGetHash, benchmark::PriorityLevel::HIGH) | |
BENCHMARK (GCSFilterConstruct, benchmark::PriorityLevel::HIGH) | |
BENCHMARK (GCSFilterDecode, benchmark::PriorityLevel::HIGH) | |
BENCHMARK (GCSFilterDecodeSkipCheck, benchmark::PriorityLevel::HIGH) | |
BENCHMARK (GCSFilterMatch, benchmark::PriorityLevel::HIGH) | |
BENCHMARK | ( | GCSBlockFilterGetHash | , |
benchmark::PriorityLevel::HIGH | |||
) |
BENCHMARK | ( | GCSFilterConstruct | , |
benchmark::PriorityLevel::HIGH | |||
) |
BENCHMARK | ( | GCSFilterDecode | , |
benchmark::PriorityLevel::HIGH | |||
) |
BENCHMARK | ( | GCSFilterDecodeSkipCheck | , |
benchmark::PriorityLevel::HIGH | |||
) |
BENCHMARK | ( | GCSFilterMatch | , |
benchmark::PriorityLevel::HIGH | |||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |