Description
Print the core memory usage of programs.
Description
A utility to accurately report the core memory usage of programs.
This is a clone of ps_mem, which is written in python
The package provides:
an executable command
printmem
that is likeps_mem
with extra featuresa library to enable core memory tracking on linux in haskell programs
See the README for further details