CUBRID Engine
latest
|
Public Attributes | |
int | num_total_query |
int | num_exec_query |
int | num_skip_query |
int | num_err_query |
int | num_diff_time_query |
double | sum_diff_time |
double | max_diff_time |
double | min_diff_time |
Definition at line 84 of file broker_log_replay.c.
double t_summary_info::max_diff_time |
Definition at line 92 of file broker_log_replay.c.
Referenced by log_replay(), print_summary_info(), and update_summary_info().
double t_summary_info::min_diff_time |
Definition at line 93 of file broker_log_replay.c.
Referenced by log_replay(), and update_summary_info().
int t_summary_info::num_diff_time_query |
Definition at line 90 of file broker_log_replay.c.
Referenced by print_summary_info(), and update_summary_info().
int t_summary_info::num_err_query |
Definition at line 89 of file broker_log_replay.c.
Referenced by log_prepare(), log_replay(), and print_summary_info().
int t_summary_info::num_exec_query |
Definition at line 87 of file broker_log_replay.c.
Referenced by log_replay(), and print_summary_info().
int t_summary_info::num_skip_query |
Definition at line 88 of file broker_log_replay.c.
Referenced by log_prepare(), and print_summary_info().
int t_summary_info::num_total_query |
Definition at line 86 of file broker_log_replay.c.
Referenced by log_prepare(), and print_summary_info().
double t_summary_info::sum_diff_time |
Definition at line 91 of file broker_log_replay.c.
Referenced by print_summary_info(), and update_summary_info().