cds
2.3.2
|
Internal statistics. More...
#include <cds/gc/dhp.h>
Public Member Functions | |
stat () | |
Default ctor. | |
void | clear () |
Clears all counters. | |
Data Fields | |
size_t | guard_allocated |
Count of allocated HP guards. | |
size_t | guard_freed |
Count of freed HP guards. | |
size_t | retired_count |
Count of retired pointers. | |
size_t | free_count |
Count of free pointers. | |
size_t | scan_count |
Count of scan() call. | |
size_t | help_scan_count |
Count of help_scan() call. | |
size_t | thread_rec_count |
Count of thread records. | |
size_t | hp_block_count |
Count of extended HP blocks allocated. | |
size_t | retired_block_count |
Count of retired blocks allocated. | |
size_t | hp_extend_count |
Count of hp array extend() call. | |
size_t | retired_extend_count |
Count of retired array extend() call. | |
Internal statistics.