Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
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 ( BenchTimeDeprecated  )
BENCHMARK ( BenchTimeMillis  )
BENCHMARK ( BenchTimeMillisSys  )
BENCHMARK ( BenchTimeMock  )
static void BenchTimeDeprecated ( benchmark::Bench bench)
static

Definition at line 9 of file util_time.cpp.

Here is the call graph for this function:

static void BenchTimeMillis ( benchmark::Bench bench)
static

Definition at line 25 of file util_time.cpp.

Here is the call graph for this function:

static void BenchTimeMillisSys ( benchmark::Bench bench)
static

Definition at line 32 of file util_time.cpp.

Here is the call graph for this function:

static void BenchTimeMock ( benchmark::Bench bench)
static

Definition at line 16 of file util_time.cpp.

Here is the call graph for this function: