Bitcoin ABC  0.29.2
P2P Digital Currency
Functions
util_time.cpp File Reference
#include <bench/bench.h>
#include <util/time.h>
Include dependency graph for util_time.cpp:

Go to the source code of this file.

Functions

static void BenchTimeDeprecated (benchmark::Bench &bench)
 
static void BenchTimeMock (benchmark::Bench &bench)
 
static void BenchTimeMillis (benchmark::Bench &bench)
 
static void BenchTimeMillisSys (benchmark::Bench &bench)
 
 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::Bench bench)
static

Definition at line 9 of file util_time.cpp.

Here is the call graph for this function:

◆ BenchTimeMillis()

static void BenchTimeMillis ( benchmark::Bench bench)
static

Definition at line 19 of file util_time.cpp.

Here is the call graph for this function:

◆ BenchTimeMillisSys()

static void BenchTimeMillisSys ( benchmark::Bench bench)
static

Definition at line 23 of file util_time.cpp.

Here is the call graph for this function:

◆ BenchTimeMock()

static void BenchTimeMock ( benchmark::Bench bench)
static

Definition at line 13 of file util_time.cpp.

Here is the call graph for this function: