package mem_usage

  1. Overview
  2. Docs
Cross-platform stats about memory usage

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.1.tar.gz
md5=d35873964faf2958f5a6969553800e10
sha512=4453ad7b409f1db08103abf458c28f8714d8c7c432c4b1be6d31edb7c463185b3087af358fa25eaae1a8808d9c684e893040f3ab7d82ce686c2bbeac333e68c0

Description

Published: 24 Apr 2024

README

ocaml-mem_usage

ocaml-mem_usage is a simple cross-platform OCaml module to return information on memory usage.

Documentation:

The API documentation is available here

Prerequisites:

  • ocaml

  • dune

  • findlib

See dune-project file for versions.

Installation:

The preferred installation method is via opam:

opam install mem_usage

This will install the latest release of mem_usage. If you wish to install the latest code from this repository, you can do:

opam install .

From within this repository.

Compilation:

dune build

Author:

This author of this software may be contacted by electronic mail at the following address: savonet-users@lists.sourceforge.net.

Dependencies (2)

  1. dune >= "2.8"
  2. ocaml >= "4.08"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None