Expand description
Memory profiling implementation.
Provides detailed memory usage tracking with region-based accounting, historical snapshots, and usage analysis.
Structsยง
- Memory
Profiler - Memory profiler for tracking allocations and usage patterns.
- Memory
Profiler Config - Memory profiler configuration.
- Memory
Region - A memory region for tracking allocations by category.
- Memory
Report - Memory profiling report.
- Memory
Snapshot - Snapshot of memory state at a point in time.
- Region
Snapshot - Snapshot of a memory region.
- Timestamped
Snapshot - Timestamped memory snapshot.