![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <bench/bench.h>#include <support/allocators/pool.h>#include <cstddef>#include <cstdint>#include <functional>#include <unordered_map>#include <utility>Go to the source code of this file.
Functions | |
| template<typename Map > | |
| void | BenchFillClearMap (benchmark::Bench &bench, Map &map) |
| static void | PoolAllocator_StdUnorderedMap (benchmark::Bench &bench) |
| static void | PoolAllocator_StdUnorderedMapWithPoolResource (benchmark::Bench &bench) |
| BENCHMARK (PoolAllocator_StdUnorderedMap, benchmark::PriorityLevel::HIGH) | |
| BENCHMARK (PoolAllocator_StdUnorderedMapWithPoolResource, benchmark::PriorityLevel::HIGH) | |
| void BenchFillClearMap | ( | benchmark::Bench & | bench, |
| Map & | map | ||
| ) |
| BENCHMARK | ( | PoolAllocator_StdUnorderedMap | , |
| benchmark::PriorityLevel::HIGH | |||
| ) |
|
static |
|
static |