#include <bench/bench.h>
#include <common/args.h>
#include <crypto/sha256.h>
#include <tinyformat.h>
#include <util/fs.h>
#include <util/string.h>
#include <test/util/setup_common.h>
#include <chrono>
#include <cstdint>
#include <cstdlib>
#include <exception>
#include <iostream>
#include <sstream>
#include <vector>
Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ parseAsymptote()
static std::vector< double > parseAsymptote |
( |
const std::string & |
str | ) |
|
|
static |
◆ parsePriorityLevel()
static uint8_t parsePriorityLevel |
( |
const std::string & |
str | ) |
|
|
static |
◆ parseTestSetupArgs()
static std::vector< std::string > parseTestSetupArgs |
( |
const ArgsManager & |
argsman | ) |
|
|
static |
◆ SetupBenchArgs()
◆ DEFAULT_BENCH_FILTER
const char* DEFAULT_BENCH_FILTER = ".*" |
|
static |
◆ DEFAULT_MIN_TIME_MS
constexpr int64_t DEFAULT_MIN_TIME_MS {10} |
|
staticconstexpr |
◆ DEFAULT_PRIORITY
const std::string DEFAULT_PRIORITY {"all"} |
|
static |
Priority level default value, run "all" priority levels.
Definition at line 26 of file bench_bitcoin.cpp.