Bitcoin
Functions
rollingbloom.cpp File Reference
#include <iostream>
#include <bench/bench.h>
#include <bloom.h>

Functions

static void RollingBloom (benchmark::State &state)
 
static void RollingBloomReset (benchmark::State &state)
 
 BENCHMARK (RollingBloom, 1500 *1000)
 
 BENCHMARK (RollingBloomReset, 20000)
 

Function Documentation

◆ BENCHMARK() [1/2]

BENCHMARK ( RollingBloom  ,
1500 *  1000 
)

◆ BENCHMARK() [2/2]

BENCHMARK ( RollingBloomReset  ,
20000   
)

◆ RollingBloom()

static void RollingBloom ( benchmark::State state)
static

◆ RollingBloomReset()

static void RollingBloomReset ( benchmark::State state)
static