Skip to content

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

struct net_histo_ctx net_histo_context;

Public Functions Documentation

function histo_add_request

void histo_add_request (
    int request,
    int sent
) 

function histo_clear

void histo_clear (
    void
) 

function histo_finish_request

void histo_finish_request (
    int request,
    int received
) 

function histo_is_collecting

bool histo_is_collecting (
    void
) 

function histo_is_supported

bool histo_is_supported (
    void
) 

function histo_print

int histo_print (
    FILE * stream
) 

function histo_print_global_stats

int histo_print_global_stats (
    FILE * stream,
    bool cumulative,
    const  char * substr
) 

function histo_start

int histo_start (
    bool for_all_trans
) 

function histo_stop

int histo_stop (
    void
) 


The documentation for this class was generated from the following file cubrid/src/communication/network_histogram.cpp