#include <benchpress.hpp>
Public Member Functions | |
options & | bench (const std::string &bench) |
options & | benchtime (size_t benchtime) |
options & | cpu (size_t cpu) |
std::string | get_bench () const |
size_t | get_benchtime () const |
size_t | get_cpu () const |
options () | |
Private Attributes | |
std::string | d_bench |
size_t | d_benchtime |
size_t | d_cpu |
Definition at line 52 of file benchpress.hpp.
benchpress::options::options | ( | ) | [inline] |
Definition at line 57 of file benchpress.hpp.
options& benchpress::options::bench | ( | const std::string & | bench | ) | [inline] |
Definition at line 62 of file benchpress.hpp.
options& benchpress::options::benchtime | ( | size_t | benchtime | ) | [inline] |
Definition at line 66 of file benchpress.hpp.
options& benchpress::options::cpu | ( | size_t | cpu | ) | [inline] |
Definition at line 70 of file benchpress.hpp.
std::string benchpress::options::get_bench | ( | ) | const [inline] |
Definition at line 74 of file benchpress.hpp.
size_t benchpress::options::get_benchtime | ( | ) | const [inline] |
Definition at line 77 of file benchpress.hpp.
size_t benchpress::options::get_cpu | ( | ) | const [inline] |
Definition at line 80 of file benchpress.hpp.
std::string benchpress::options::d_bench [private] |
Definition at line 53 of file benchpress.hpp.
size_t benchpress::options::d_benchtime [private] |
Definition at line 54 of file benchpress.hpp.
size_t benchpress::options::d_cpu [private] |
Definition at line 55 of file benchpress.hpp.