#include <bench/bench.h>
#include <clientversion.h>
#include <common/args.h>
#include <crypto/sha256.h>
#include <util/fs.h>
#include <util/strencodings.h>
#include <chrono>
#include <cstdint>
#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 |
◆ SetupBenchArgs()
◆ DEFAULT_BENCH_FILTER
const char* DEFAULT_BENCH_FILTER = ".*" |
|
static |
◆ DEFAULT_MIN_TIME_MS
constexpr int64_t DEFAULT_MIN_TIME_MS {10} |
|
staticconstexpr |