|
| performance_test (const std::string &test_case, const std::string &test_group) |
|
const std::string & | test_case () const |
|
const std::string & | test_group () const |
|
std::string | name () const |
|
void | run (const config &) |
|
|
bool | stop_iteration () const |
|
void | next_iteration (size_t n) |
|
virtual void | set_up ()=0 |
|
virtual void | tear_down () noexcept=0 |
|
virtual future< run_result > | do_single_run ()=0 |
|
|
linux_perf_event | _instructions_retired_counter = linux_perf_event::user_instructions_retired() |
|
linux_perf_event | _cpu_cycles_retired_counter = linux_perf_event::user_cpu_cycles_retired() |
|
◆ perf_tests::internal::performance_test::run_result
struct perf_tests::internal::performance_test::run_result |
The documentation for this class was generated from the following file: