Description
Measures memory allocations of Haskell functions and values. Allocation measurements help developers see when code creates more temporary data than expected.
It is useful for performance work, library tuning, regression tests, and comparing implementation choices. It complements benchmarks but does not replace full profiling when investigating complex performance problems.