@hackage mem-info0.4.0.0
Print the core memory usage of programs
Categories
License
BSD-3-Clause
Maintainer
adetokunbo@emio.la
Links
Versions
Installation
Dependencies (13)
- base >=4.10 && <5
- bytestring >=0.10.8.2 && <0.11 || >=0.11.3.1 && <0.13
- containers >=0.6.5 && <0.8
- directory >=1.3.6 && <1.5
- filepath >=1.4.2 && <1.6
- mtl >=2.0 && <2.3 || >2.3 && <2.5 Show all…
Dependents (0)
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