IOR
|
#include <md-workbench.h>
Data Fields | |
time_statistics_t | stats_create |
time_statistics_t | stats_read |
time_statistics_t | stats_stat |
time_statistics_t | stats_delete |
int | errors |
double | rate |
double | max_op_time |
double | runtime |
uint64_t | iterations_done |
Definition at line 20 of file md-workbench.h.
int mdworkbench_result_t::errors |
Definition at line 26 of file md-workbench.h.
Referenced by print_p_stat().
uint64_t mdworkbench_result_t::iterations_done |
Definition at line 30 of file md-workbench.h.
Referenced by print_p_stat().
double mdworkbench_result_t::max_op_time |
Definition at line 28 of file md-workbench.h.
Referenced by print_p_stat().
double mdworkbench_result_t::rate |
Definition at line 27 of file md-workbench.h.
Referenced by print_p_stat().
double mdworkbench_result_t::runtime |
Definition at line 29 of file md-workbench.h.
Referenced by print_p_stat().
time_statistics_t mdworkbench_result_t::stats_create |
Definition at line 21 of file md-workbench.h.
Referenced by end_phase().
time_statistics_t mdworkbench_result_t::stats_delete |
Definition at line 24 of file md-workbench.h.
Referenced by end_phase().
time_statistics_t mdworkbench_result_t::stats_read |
Definition at line 22 of file md-workbench.h.
Referenced by end_phase().
time_statistics_t mdworkbench_result_t::stats_stat |
Definition at line 23 of file md-workbench.h.
Referenced by end_phase().