objsize 0.17
Homepage | http://objsize.forge.ocamlcore.org | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Maintainer | ygrek@autistici.org | |||||||||||||
Dependencies |
|
|||||||||||||
OCaml | >= 3.11 | |||||||||||||
Published | Apr 23, 2014 | |||||||||||||
Source [http] |
https://bitbucket.org/gds/objsize/get/0.17.tar.bz2 fa3e3f30fa9da04c7634738ec9726720 |
|||||||||||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/objsize/objsize.0.17/opam |
Small library to compute sizes of OCaml heap values.
This library computes number of words occupied by heap value, size of values' headers and maximal depth of values, by recursively scanning heap blocks constituting the value in question. It is also possible to calculate the total amount of heap memory used by live values reachable from GC roots.
No package is dependent |