![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <bench/bench.h>#include <logging.h>#include <test/util/setup_common.h>#include <functional>#include <vector>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) | |
| BENCHMARK | ( | LogWithDebug | ) |
| BENCHMARK | ( | LogWithoutDebug | ) |
| BENCHMARK | ( | LogWithoutThreadNames | ) |
| BENCHMARK | ( | LogWithoutWriteToFile | ) |
| BENCHMARK | ( | LogWithThreadNames | ) |
|
static |
Definition at line 18 of file logging.cpp.
|
static |
|
static |
|
static |
|
static |
|
static |