Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

util_time.cpp File Reference
#include <bench/bench.h>
#include <utiltime.h>
+ Include dependency graph for util_time.cpp:

Go to the source code of this file.

Functions

static void BenchTimeDeprecated (benchmark::State &state)
 
static void BenchTimeMock (benchmark::State &state)
 
static void BenchTimeMillis (benchmark::State &state)
 
static void BenchTimeMillisSys (benchmark::State &state)
 
 BENCHMARK (BenchTimeDeprecated)
 
 BENCHMARK (BenchTimeMillis)
 
 BENCHMARK (BenchTimeMillisSys)
 
 BENCHMARK (BenchTimeMock)
 

Function Documentation

◆ BENCHMARK() [1/4]

BENCHMARK ( BenchTimeDeprecated  )

◆ BENCHMARK() [2/4]

BENCHMARK ( BenchTimeMillis  )

◆ BENCHMARK() [3/4]

BENCHMARK ( BenchTimeMillisSys  )

◆ BENCHMARK() [4/4]

BENCHMARK ( BenchTimeMock  )

◆ BenchTimeDeprecated()

static void BenchTimeDeprecated ( benchmark::State state)
static

Definition at line 9 of file util_time.cpp.

References GetTime(), and benchmark::State::KeepRunning().

◆ BenchTimeMillis()

static void BenchTimeMillis ( benchmark::State state)
static

Definition at line 25 of file util_time.cpp.

References benchmark::State::KeepRunning().

◆ BenchTimeMillisSys()

static void BenchTimeMillisSys ( benchmark::State state)
static

Definition at line 32 of file util_time.cpp.

References GetTimeMillis(), and benchmark::State::KeepRunning().

◆ BenchTimeMock()

static void BenchTimeMock ( benchmark::State state)
static

Definition at line 16 of file util_time.cpp.

References benchmark::State::KeepRunning(), and SetMockTime().

Released under the MIT license