#include <benchpress.hpp>
Public Member Functions | |
bool | next () |
parallel_context (size_t num_iterations) | |
Private Attributes | |
std::atomic_intmax_t | d_num_iterations |
Definition at line 200 of file benchpress.hpp.
benchpress::parallel_context::parallel_context | ( | size_t | num_iterations | ) | [inline] |
Definition at line 203 of file benchpress.hpp.
bool benchpress::parallel_context::next | ( | ) | [inline] |
Definition at line 207 of file benchpress.hpp.
std::atomic_intmax_t benchpress::parallel_context::d_num_iterations [private] |
Definition at line 201 of file benchpress.hpp.