Skip to main content

Module memory

Module memory 

Source
Expand description

Memory profiling implementation.

Provides detailed memory usage tracking with region-based accounting, historical snapshots, and usage analysis.

Structsยง

MemoryProfiler
Memory profiler for tracking allocations and usage patterns.
MemoryProfilerConfig
Memory profiler configuration.
MemoryRegion
A memory region for tracking allocations by category.
MemoryReport
Memory profiling report.
MemorySnapshot
Snapshot of memory state at a point in time.
RegionSnapshot
Snapshot of a memory region.
TimestampedSnapshot
Timestamped memory snapshot.