Bitcoin Core  27.99.0
P2P Digital Currency
Macros | Functions
lockedpool.cpp File Reference
#include <bench/bench.h>
#include <support/lockedpool.h>
#include <vector>
Include dependency graph for lockedpool.cpp:

Go to the source code of this file.

Macros

#define ASIZE   2048
 
#define MSIZE   2048
 

Functions

static void BenchLockedPool (benchmark::Bench &bench)
 
 BENCHMARK (BenchLockedPool, benchmark::PriorityLevel::HIGH)
 

Macro Definition Documentation

◆ ASIZE

#define ASIZE   2048

Definition at line 11 of file lockedpool.cpp.

◆ MSIZE

#define MSIZE   2048

Definition at line 12 of file lockedpool.cpp.

Function Documentation

◆ BenchLockedPool()

static void BenchLockedPool ( benchmark::Bench bench)
static

Definition at line 14 of file lockedpool.cpp.

Here is the call graph for this function:

◆ BENCHMARK()