Skip to main content

Crate re_byte_size

Crate re_byte_size 

Source
Expand description

Calculate the heap-allocated size of values at runtime.

Modules§

testing
Testing utilities for byte size measurements.

Structs§

BookkeepingBTreeMap
A BTreeMap wrapper with O(1) size queries via continuous bookkeeping.
MemUsageNode
A node in a MemUsageTree with children.
NamedMemUsageTree
A named child in a MemUsageNode.

Enums§

MemUsageTree
A snapshot of memory usage of a value, produced by MemUsageTreeCapture::capture_mem_usage_tree.

Traits§

MemUsageTreeCapture
A trait for capturing a detailed MemUsageTree of a value.
SizeBytes
Approximations of stack and heap size for both internal and external types.