Expand description
Memory allocation tracking and analysis for benchmarks
This module provides tools for tracking memory allocations during benchmark execution, analyzing allocation patterns, and comparing memory efficiency across different implementations.
Structsยง
- Allocation
Pattern Analysis - Analysis of allocation patterns over time
- Allocation
Size Stats - Statistics about allocation sizes
- Allocation
Stats - Memory allocation statistics snapshot
- Allocation
Tracker - Global allocation tracker for memory analysis
- Memory
Benchmark - Memory-aware benchmark runner that tracks allocations
- Memory
Comparison - Comparison of memory usage between two implementations
- Memory
Profiler - Memory profiler for analyzing allocation patterns