OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sandesh_statistics.cc File Reference
#include <boost/foreach.hpp>
#include <sandesh/sandesh_types.h>
#include <sandesh/sandesh.h>
#include <sandesh/sandesh_statistics.h>
Include dependency graph for sandesh_statistics.cc:

Go to the source code of this file.

Functions

static void PopulateBasicStats (const SandeshMessageStats &detail_stats, SandeshMessageBasicStats *basic_stats)
 
static void PopulateBasicTypeStats (const SandeshMessageTypeStats &detail_stats, SandeshMessageTypeBasicStats *basic_stats)
 
static void UpdateDetailStatsDrops (SandeshMessageStats *smstats, bool sent, uint64_t bytes, SandeshTxDropReason::type send_dreason, SandeshRxDropReason::type recv_dreason)
 

Function Documentation

static void PopulateBasicStats ( const SandeshMessageStats &  detail_stats,
SandeshMessageBasicStats *  basic_stats 
)
static

Definition at line 40 of file sandesh_statistics.cc.

static void PopulateBasicTypeStats ( const SandeshMessageTypeStats &  detail_stats,
SandeshMessageTypeBasicStats *  basic_stats 
)
static

Definition at line 52 of file sandesh_statistics.cc.

Here is the call graph for this function:

static void UpdateDetailStatsDrops ( SandeshMessageStats *  smstats,
bool  sent,
uint64_t  bytes,
SandeshTxDropReason::type  send_dreason,
SandeshRxDropReason::type  recv_dreason 
)
static

Definition at line 73 of file sandesh_statistics.cc.