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. There are functions to get sizes of values in bytes too.
Authors | Dmitry Grebeniuk <gdsfh1@gmail.com> and ygrek@autistici.org |
---|---|
Published | |
Homepage | https://bitbucket.org/gds/objsize |
Issue Tracker | Dmitry Grebeniuk <gdsfh1@gmail.com> |
Maintainer | ygrek@autistici.org |
Available | os != "win32" |
Dependencies | |
Source [http] | https://download.ocamlcore.org/objsize/objsize/objsize-0.16/objsize-0.16.tar.gz sha256=086b8be5964f6a02361735fa3a2ae7d3804699eedfeddab7d12196e1396a2a10 md5=66f550c611d3a3499454ff906d60b42d |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/objsize/objsize.0.16/opam |
Required by