Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces | Macros | Typedefs
bench.h File Reference
#include <functional>
#include <limits>
#include <map>
#include <string>
#include <vector>
#include <chrono>
#include <boost/preprocessor/cat.hpp>
#include <boost/preprocessor/stringize.hpp>
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::best_clock
 
class  benchmark::State
 
class  benchmark::BenchRunner
 
struct  benchmark::BenchRunner::Bench
 
class  benchmark::Printer
 
class  benchmark::ConsolePrinter
 
class  benchmark::PlotlyPrinter
 

Namespaces

 benchmark
 

Macros

#define BENCHMARK(n, num_iters_for_one_second)   benchmark::BenchRunner BOOST_PP_CAT(bench_, BOOST_PP_CAT(__LINE__, n))(BOOST_PP_STRINGIZE(n), n, (num_iters_for_one_second));
 

Typedefs

using benchmark::clock = best_clock::type
 
using benchmark::time_point = clock::time_point
 
using benchmark::duration = clock::duration
 
typedef std::function< void(State &)> benchmark::BenchFunction
 

Macro Definition Documentation

#define BENCHMARK (   n,
  num_iters_for_one_second 
)    benchmark::BenchRunner BOOST_PP_CAT(bench_, BOOST_PP_CAT(__LINE__, n))(BOOST_PP_STRINGIZE(n), n, (num_iters_for_one_second));

Definition at line 139 of file bench.h.