Bitcoin Core 28.99.0
P2P Digital Currency
Functions
logging.cpp File Reference
#include <bench/bench.h>
#include <logging.h>
#include <test/util/setup_common.h>
#include <functional>
#include <vector>
Include dependency graph for logging.cpp:

Go to the source code of this file.

Functions

static void Logging (benchmark::Bench &bench, const std::vector< const char * > &extra_args, const std::function< void()> &log)
 
static void LogWithDebug (benchmark::Bench &bench)
 
static void LogWithoutDebug (benchmark::Bench &bench)
 
static void LogWithThreadNames (benchmark::Bench &bench)
 
static void LogWithoutThreadNames (benchmark::Bench &bench)
 
static void LogWithoutWriteToFile (benchmark::Bench &bench)
 
 BENCHMARK (LogWithDebug, benchmark::PriorityLevel::HIGH)
 
 BENCHMARK (LogWithoutDebug, benchmark::PriorityLevel::HIGH)
 
 BENCHMARK (LogWithThreadNames, benchmark::PriorityLevel::HIGH)
 
 BENCHMARK (LogWithoutThreadNames, benchmark::PriorityLevel::HIGH)
 
 BENCHMARK (LogWithoutWriteToFile, benchmark::PriorityLevel::HIGH)
 

Function Documentation

◆ BENCHMARK() [1/5]

◆ BENCHMARK() [2/5]

◆ BENCHMARK() [3/5]

◆ BENCHMARK() [4/5]

◆ BENCHMARK() [5/5]

◆ Logging()

static void Logging ( benchmark::Bench bench,
const std::vector< const char * > &  extra_args,
const std::function< void()> &  log 
)
static

Definition at line 18 of file logging.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ LogWithDebug()

static void LogWithDebug ( benchmark::Bench bench)
static

Definition at line 31 of file logging.cpp.

Here is the call graph for this function:

◆ LogWithoutDebug()

static void LogWithoutDebug ( benchmark::Bench bench)
static

Definition at line 36 of file logging.cpp.

Here is the call graph for this function:

◆ LogWithoutThreadNames()

static void LogWithoutThreadNames ( benchmark::Bench bench)
static

Definition at line 46 of file logging.cpp.

Here is the call graph for this function:

◆ LogWithoutWriteToFile()

static void LogWithoutWriteToFile ( benchmark::Bench bench)
static

Definition at line 51 of file logging.cpp.

Here is the call graph for this function:

◆ LogWithThreadNames()

static void LogWithThreadNames ( benchmark::Bench bench)
static

Definition at line 41 of file logging.cpp.

Here is the call graph for this function: