objsizeversion
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.
Authors | Dmitry Grebeniuk <gdsfh1@gmail.com> and ygrek@autistici.org |
---|---|
Published | |
Homepage | https://github.com/ygrek/objsize.git |
Issue Tracker | https://github.com/ygrek/objsize/issues |
Maintainer | ygrek@autistici.org |
Available | os != "win32" |
Dependencies |
|
Source [http] | https://ygrek.org/p/release/objsize/objsize-0.17.tar.bz2 sha256=a24ed23712a8bc2499caf26a4c906c67a16076cfc8c0daf3967cfbbfa2962a2f md5=fa3e3f30fa9da04c7634738ec9726720 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/objsize/objsize.0.17/opam |
Required by