Bitcoin Core  27.99.0
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::PriorityLevel::HIGH)
 
 BENCHMARK (BenchTimeMillis, benchmark::PriorityLevel::HIGH)
 
 BENCHMARK (BenchTimeMillisSys, benchmark::PriorityLevel::HIGH)
 
 BENCHMARK (BenchTimeMock, benchmark::PriorityLevel::HIGH)
 

Function Documentation

◆ BENCHMARK() [1/4]

◆ BENCHMARK() [2/4]

◆ BENCHMARK() [3/4]

◆ BENCHMARK() [4/4]

◆ 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 25 of file util_time.cpp.

Here is the call graph for this function:

◆ BenchTimeMillisSys()

static void BenchTimeMillisSys ( benchmark::Bench bench)
static

Definition at line 32 of file util_time.cpp.

Here is the call graph for this function:

◆ BenchTimeMock()

static void BenchTimeMock ( benchmark::Bench bench)
static

Definition at line 16 of file util_time.cpp.

Here is the call graph for this function: