OpenSDN source code
ProfileData::DBTableStats Struct Reference

#include <agent_profile.h>

Public Member Functions

void Get (const DBTable *table)
 
void Accumulate (const DBTableBase *table)
 
void Reset ()
 

Public Attributes

uint64_t db_entry_count_
 
uint64_t walker_count_
 
uint64_t enqueue_count_
 
uint64_t input_count_
 
uint64_t notify_count_
 

Detailed Description

Definition at line 42 of file agent_profile.h.

Member Function Documentation

◆ Accumulate()

void ProfileData::DBTableStats::Accumulate ( const DBTableBase table)

Definition at line 110 of file agent_profile.cc.

Here is the call graph for this function:

◆ Get()

void ProfileData::DBTableStats::Get ( const DBTable table)

Definition at line 102 of file agent_profile.cc.

Here is the call graph for this function:

◆ Reset()

void ProfileData::DBTableStats::Reset ( )

Definition at line 94 of file agent_profile.cc.

Member Data Documentation

◆ db_entry_count_

uint64_t ProfileData::DBTableStats::db_entry_count_

Definition at line 43 of file agent_profile.h.

◆ enqueue_count_

uint64_t ProfileData::DBTableStats::enqueue_count_

Definition at line 45 of file agent_profile.h.

◆ input_count_

uint64_t ProfileData::DBTableStats::input_count_

Definition at line 46 of file agent_profile.h.

◆ notify_count_

uint64_t ProfileData::DBTableStats::notify_count_

Definition at line 47 of file agent_profile.h.

◆ walker_count_

uint64_t ProfileData::DBTableStats::walker_count_

Definition at line 44 of file agent_profile.h.


The documentation for this struct was generated from the following files: