Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

lockedpool.cpp File Reference
#include <bench/bench.h>
#include <support/lockedpool.h>
#include <iostream>
#include <vector>
+ Include dependency graph for lockedpool.cpp:

Go to the source code of this file.

Macros

#define ASIZE   2048
 
#define BITER   5000
 
#define MSIZE   2048
 

Functions

static void BenchLockedPool (benchmark::State &state)
 
 BENCHMARK (BenchLockedPool)
 

Macro Definition Documentation

◆ ASIZE

#define ASIZE   2048

Definition at line 12 of file lockedpool.cpp.

Referenced by BenchLockedPool().

◆ BITER

#define BITER   5000

Definition at line 13 of file lockedpool.cpp.

Referenced by BenchLockedPool().

◆ MSIZE

#define MSIZE   2048

Definition at line 14 of file lockedpool.cpp.

Referenced by BenchLockedPool().

Function Documentation

◆ BenchLockedPool()

static void BenchLockedPool ( benchmark::State state)
static

◆ BENCHMARK()

BENCHMARK ( BenchLockedPool  )
Released under the MIT license