@hackage mem-info0.3.0.0

Print the core memory usage of programs

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 like ps_mem with extra features

  • a library to enable core memory tracking on linux in haskell programs

See the README for further details