Description
Perl developers can measure how memory usage changes while a script performs different tasks. This is useful for finding expensive code paths, comparing implementations, or checking whether a tool grows unexpectedly.
It is a diagnostic library used from Perl code. Measurements should be interpreted with care because operating-system memory accounting can include shared pages and allocator behavior.