cds
2.3.2
|
Internal statistics for striping mutex policy. More...
#include <cds/intrusive/cuckoo_set.h>
Public Types | |
typedef cds::atomicity::event_counter | counter_type |
Counter type. | |
Data Fields | |
counter_type | m_nCellLockCount |
Count of obtaining cell lock. | |
counter_type | m_nCellTryLockCount |
Count of cell try_lock attempts. | |
counter_type | m_nFullLockCount |
Count of obtaining full lock. | |
counter_type | m_nResizeLockCount |
Count of obtaining resize lock. | |
counter_type | m_nResizeCount |
Count of resize event. | |
Internal statistics for striping mutex policy.