cds
2.3.2
|
Internal statistics. More...
#include <cds/gc/hp.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. | |
Internal statistics.