Bitcoin Core 28.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::PriorityLevel::HIGH) | |
BENCHMARK (LogWithoutDebug, benchmark::PriorityLevel::HIGH) | |
BENCHMARK (LogWithThreadNames, benchmark::PriorityLevel::HIGH) | |
BENCHMARK (LogWithoutThreadNames, benchmark::PriorityLevel::HIGH) | |
BENCHMARK (LogWithoutWriteToFile, benchmark::PriorityLevel::HIGH) | |
BENCHMARK | ( | LogWithDebug | , |
benchmark::PriorityLevel::HIGH | |||
) |
BENCHMARK | ( | LogWithoutDebug | , |
benchmark::PriorityLevel::HIGH | |||
) |
BENCHMARK | ( | LogWithoutThreadNames | , |
benchmark::PriorityLevel::HIGH | |||
) |
BENCHMARK | ( | LogWithoutWriteToFile | , |
benchmark::PriorityLevel::HIGH | |||
) |
BENCHMARK | ( | LogWithThreadNames | , |
benchmark::PriorityLevel::HIGH | |||
) |
|
static |
Definition at line 18 of file logging.cpp.
|
static |
|
static |
|
static |
|
static |
|
static |