RawRadixTree.Stats

Tree Population and Memory-Usage Statistics.

Members

Variables

heapLeafCount
size_t heapLeafCount;

Number of heap-allocated Leafs. Should always equal heapLeafAllocationBalance.

heapNodeCount
size_t heapNodeCount;

Number of heap-allocated Nodes. Should always equal heapAllocationBalance.

popByLeaf1Type
IndexedArray!(size_t, Leaf1!Value.Ix) popByLeaf1Type;
Undocumented in source.
popByNodeType
IndexedArray!(size_t, Node.Ix) popByNodeType;

Maps Node type/index Ix to population.

popHist_DenseBranch
DenseBranch_PopHist popHist_DenseBranch;
Undocumented in source.
popHist_DenseLeaf1
DenseLeaf1_PopHist popHist_DenseLeaf1;
Undocumented in source.
popHist_SparseBranch
SparseBranch_PopHist popHist_SparseBranch;
Undocumented in source.
popHist_SparseLeaf1
SparseLeaf1_PopHist popHist_SparseLeaf1;
Undocumented in source.
sparseBranchAllocatedSizeSum
size_t sparseBranchAllocatedSizeSum;
Undocumented in source.
sparseLeaf1AllocatedSizeSum
size_t sparseLeaf1AllocatedSizeSum;
Undocumented in source.

Meta