Bitcoin ABC  0.29.2
P2P Digital Currency
Classes | Namespaces | Macros | Typedefs
bench.h File Reference
#include <fs.h>
#include <util/macros.h>
#include <chrono>
#include <functional>
#include <map>
#include <string>
#include <vector>
#include <bench/nanobench.h>
Include dependency graph for bench.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  benchmark::Args
 
class  benchmark::BenchRunner
 

Namespaces

 benchmark
 

Macros

#define BENCHMARK(n)    benchmark::BenchRunner PASTE2(bench_, PASTE2(__LINE__, n))(STRINGIZE(n), n);
 

Typedefs

typedef std::function< void(Bench &)> benchmark::BenchFunction
 

Macro Definition Documentation

◆ BENCHMARK

#define BENCHMARK (   n)     benchmark::BenchRunner PASTE2(bench_, PASTE2(__LINE__, n))(STRINGIZE(n), n);

Definition at line 65 of file bench.h.