Diagnostic statistics describing the internal state of an F14 table.
Synopsis
Declared in <folly/container/detail/F14Table.h>
struct F14TableStats;
Static Member Functions
Name |
Description |
Computes statistics for the given table‐like container. |
Data Members
Name |
Description |
Number of buckets in the table. |
|
Number of chunks in the table. |
|
Histogram of hosted overflow counts per chunk. |
|
Histogram of the number of occupied slots per chunk. |
|
Histogram of outbound overflow counts per chunk. |
|
Histogram of probe lengths for successful lookups. |
|
Histogram of probe lengths for failed lookups. |
|
Number of bytes used for overhead rather than stored values. |
|
Name of the table's memory policy. |
|
Number of elements stored. |
|
Total number of bytes used by the table. |
|
Size in bytes of each stored value. |
Created with MrDocs