cds  2.3.2
cds::intrusive::ellen_bintree::stat< Counter > Struct Template Reference

EllenBinTree internal statistics. More...

#include <cds/intrusive/details/ellen_bintree_base.h>

Public Types

typedef Counter event_counter
 Event counter type.
 

Data Fields

event_counter m_nInternalNodeCreated
 Total count of created internal node.
 
event_counter m_nInternalNodeDeleted
 Total count of deleted internal node.
 
event_counter m_nUpdateDescCreated
 Total count of created update descriptors.
 
event_counter m_nUpdateDescDeleted
 Total count of deleted update descriptors.
 
event_counter m_nInsertSuccess
 Count of success insertion.
 
event_counter m_nInsertFailed
 Count of failed insertion.
 
event_counter m_nInsertRetries
 Count of unsuccessful retries of insertion.
 
event_counter m_nUpdateExist
 Count of update() call for existed node.
 
event_counter m_nUpdateNew
 Count of update() call for new node.
 
event_counter m_nUpdateRetries
 Count of unsuccessful retries of ensuring.
 
event_counter m_nEraseSuccess
 Count of successful call of erase and unlink.
 
event_counter m_nEraseFailed
 Count of failed call of erase and unlink.
 
event_counter m_nEraseRetries
 Count of unsuccessful retries inside erasing/unlinking.
 
event_counter m_nFindSuccess
 Count of successful find call.
 
event_counter m_nFindFailed
 Count of failed find call.
 
event_counter m_nExtractMinSuccess
 Count of successful call of extract_min.
 
event_counter m_nExtractMinFailed
 Count of failed call of extract_min.
 
event_counter m_nExtractMinRetries
 Count of unsuccessful retries inside extract_min.
 
event_counter m_nExtractMaxSuccess
 Count of successful call of extract_max.
 
event_counter m_nExtractMaxFailed
 Count of failed call of extract_max.
 
event_counter m_nExtractMaxRetries
 Count of unsuccessful retries inside extract_max.
 
event_counter m_nSearchRetry
 How many times the deleting node was encountered while searching.
 
event_counter m_nHelpInsert
 The number of insert help from the other thread.
 
event_counter m_nHelpDelete
 The number of delete help from the other thread.
 
event_counter m_nHelpMark
 The number of delete help (mark phase) from the other thread.
 
event_counter m_nHelpGuardSuccess
 The number of successful guarding of update descriptor data.
 
event_counter m_nHelpGuardFailed
 The number of failed guarding of update descriptor data.
 

Detailed Description

template<typename Counter = cds::atomicity::event_counter>
struct cds::intrusive::ellen_bintree::stat< Counter >

EllenBinTree internal statistics.


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

cds 2.3.2 Developed by Maxim Khizhinsky aka khizmax and other contributors 2007 - 2017
Autogenerated Sun Dec 31 2017 12:10:42 by Doxygen 1.8.13