Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 (LogWithoutDebug)
 BENCHMARK (LogWithThreadNames)
 BENCHMARK (LogWithoutThreadNames)
 BENCHMARK (LogWithoutWriteToFile)

Function Documentation

◆ BENCHMARK() [1/5]

BENCHMARK ( LogWithDebug )
Here is the call graph for this function:

◆ BENCHMARK() [2/5]

BENCHMARK ( LogWithoutDebug )
Here is the call graph for this function:

◆ BENCHMARK() [3/5]

BENCHMARK ( LogWithoutThreadNames )
Here is the call graph for this function:

◆ BENCHMARK() [4/5]

BENCHMARK ( LogWithoutWriteToFile )
Here is the call graph for this function:

◆ BENCHMARK() [5/5]

BENCHMARK ( LogWithThreadNames )
Here is the call graph for this function:

◆ Logging()

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()

void LogWithDebug ( benchmark::Bench & bench)
static

Definition at line 31 of file logging.cpp.

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

◆ LogWithoutDebug()

void LogWithoutDebug ( benchmark::Bench & bench)
static

Definition at line 36 of file logging.cpp.

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

◆ LogWithoutThreadNames()

void LogWithoutThreadNames ( benchmark::Bench & bench)
static

Definition at line 46 of file logging.cpp.

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

◆ LogWithoutWriteToFile()

void LogWithoutWriteToFile ( benchmark::Bench & bench)
static

Definition at line 51 of file logging.cpp.

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

◆ LogWithThreadNames()

void LogWithThreadNames ( benchmark::Bench & bench)
static

Definition at line 41 of file logging.cpp.

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