|
CUBRID Engine
latest
|

Public Attributes | |
| const char * | name |
| int | request_count |
| int | total_size_sent |
| int | total_size_received |
| int | elapsed_time |
Definition at line 85 of file network_cl.c.
| int net_request_buffer::elapsed_time |
Definition at line 91 of file network_cl.c.
Referenced by net_histo_clear(), net_histo_print(), net_histo_request_finished(), and net_histo_setup_names().
| const char* net_request_buffer::name |
Definition at line 87 of file network_cl.c.
Referenced by net_histo_print(), and net_histo_setup_names().
| int net_request_buffer::request_count |
Definition at line 88 of file network_cl.c.
Referenced by net_histo_add_entry(), net_histo_clear(), net_histo_print(), and net_histo_setup_names().
| int net_request_buffer::total_size_received |
Definition at line 90 of file network_cl.c.
Referenced by net_histo_clear(), net_histo_print(), net_histo_request_finished(), and net_histo_setup_names().
| int net_request_buffer::total_size_sent |
Definition at line 89 of file network_cl.c.
Referenced by net_histo_add_entry(), net_histo_clear(), net_histo_print(), and net_histo_setup_names().