File network_histogram.cpp¶
FileList > communication > network_histogram.cpp
Go to the source code of this file
#include "network_histogram.hpp"#include <sys/time.h>#include <sys/timeb.h>#include "perf_monitor.h"#include "system_parameter.h"
Public Static Attributes¶
| Type | Name |
|---|---|
| struct net_histo_ctx | net_histo_context |
Public Functions¶
| Type | Name |
|---|---|
| void | histo_add_request (int request, int sent) |
| void | histo_clear (void) |
| void | histo_finish_request (int request, int received) |
| bool | histo_is_collecting (void) |
| bool | histo_is_supported (void) |
| int | histo_print (FILE * stream) |
| int | histo_print_global_stats (FILE * stream, bool cumulative, const char * substr) |
| int | histo_start (bool for_all_trans) |
| int | histo_stop (void) |
Public Static Attributes Documentation¶
variable net_histo_context¶
Public Functions Documentation¶
function histo_add_request¶
function histo_clear¶
function histo_finish_request¶
function histo_is_collecting¶
function histo_is_supported¶
function histo_print¶
function histo_print_global_stats¶
function histo_start¶
function histo_stop¶
The documentation for this class was generated from the following file cubrid/src/communication/network_histogram.cpp