#include <benchpress.hpp>
Public Member Functions | |
std::vector< benchmark_info > | get_benchmarks () |
void | register_benchmark (benchmark_info &info) |
Static Public Member Functions | |
static registration * | get_ptr () |
Private Attributes | |
std::vector< benchmark_info > | d_benchmarks |
Static Private Attributes | |
static registration * | d_this |
Definition at line 114 of file benchpress.hpp.
std::vector<benchmark_info> benchpress::registration::get_benchmarks | ( | ) | [inline] |
Definition at line 130 of file benchpress.hpp.
static registration* benchpress::registration::get_ptr | ( | ) | [inline, static] |
Definition at line 119 of file benchpress.hpp.
void benchpress::registration::register_benchmark | ( | benchmark_info & | info | ) | [inline] |
Definition at line 126 of file benchpress.hpp.
std::vector<benchmark_info> benchpress::registration::d_benchmarks [private] |
Definition at line 116 of file benchpress.hpp.
registration* benchpress::registration::d_this [static, private] |
Definition at line 115 of file benchpress.hpp.