@hackage mem-info0.4.2.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.10
- directory >=1.3.6 && <1.5
- filepath >=1.4.2 && <1.6
- fmt >=0.6.3 && <0.8 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
printmemthat is likeps_memwith extra featuresa library to enable core memory tracking on linux in haskell programs
See the README for further details