cds
2.3.2
|
CuckooSet
internal statistics
More...
#include <cds/intrusive/cuckoo_set.h>
Public Types | |
typedef cds::atomicity::event_counter | counter_type |
Counter type. | |
Data Fields | |
counter_type | m_nRelocateCallCount |
Count of relocate() function call. | |
counter_type | m_nRelocateRoundCount |
Count of attempts to relocate items. | |
counter_type | m_nFalseRelocateCount |
Count of unneeded attempts of relocate call. | |
counter_type | m_nSuccessRelocateCount |
Count of successful item relocating. | |
counter_type | m_nRelocateAboveThresholdCount |
Count of item relocating above probeset threshold. | |
counter_type | m_nFailedRelocateCount |
Count of failed relocation attemp (when all probeset is full) | |
counter_type | m_nResizeCallCount |
Count of resize() function call. | |
counter_type | m_nFalseResizeCount |
Count of false resize() function call (when other thread has been resized the set) | |
counter_type | m_nResizeSuccessNodeMove |
Count of successful node moving when resizing. | |
counter_type | m_nResizeRelocateCall |
Count of relocate() function call from resize function. | |
counter_type | m_nInsertSuccess |
Count of successful insert() function call. | |
counter_type | m_nInsertFailed |
Count of failed insert() function call. | |
counter_type | m_nInsertResizeCount |
Count of resize() function call from insert() | |
counter_type | m_nInsertRelocateCount |
Count of relocate() function call from insert() | |
counter_type | m_nInsertRelocateFault |
Count of failed relocate() function call from insert() | |
counter_type | m_nUpdateExistCount |
Count of call update() function for existing node. | |
counter_type | m_nUpdateSuccessCount |
Count of successful insert() function call for new node. | |
counter_type | m_nUpdateResizeCount |
Count of resize() function call from update() | |
counter_type | m_nUpdateRelocateCount |
Count of relocate() function call from update() | |
counter_type | m_nUpdateRelocateFault |
Count of failed relocate() function call from update() | |
counter_type | m_nUnlinkSuccess |
Count of success unlink() function call. | |
counter_type | m_nUnlinkFailed |
Count of failed unlink() function call. | |
counter_type | m_nEraseSuccess |
Count of success erase() function call. | |
counter_type | m_nEraseFailed |
Count of failed erase() function call. | |
counter_type | m_nFindSuccess |
Count of success find() function call. | |
counter_type | m_nFindFailed |
Count of failed find() function call. | |
counter_type | m_nFindEqualSuccess |
Count of success find_equal() function call. | |
counter_type | m_nFindEqualFailed |
Count of failed find_equal() function call. | |
counter_type | m_nFindWithSuccess |
Count of success find_with() function call. | |
counter_type | m_nFindWithFailed |
Count of failed find_with() function call. | |
CuckooSet
internal statistics