Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <util/fs.h>
#include <util/macros.h>
#include <chrono>
#include <functional>
#include <map>
#include <string>
#include <vector>
#include <bench/nanobench.h>
Go to the source code of this file.
Classes | |
struct | benchmark::Args |
class | benchmark::BenchRunner |
Namespaces | |
namespace | benchmark |
Macros | |
#define | BENCHMARK(n) benchmark::BenchRunner PASTE2(bench_, PASTE2(__LINE__, n))(STRINGIZE(n), n); |
Typedefs | |
typedef std::function< void(Bench &)> | benchmark::BenchFunction |