Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/craigfe/ocaml-rusage

OCaml bindings for the GETRUSAGE(2) syscall.
https://github.com/craigfe/ocaml-rusage

Last synced: 19 days ago
JSON representation

OCaml bindings for the GETRUSAGE(2) syscall.

Awesome Lists containing this project

README

        

# rusage

[![OCaml-CI Build Status][ci-badge]][ci-status]
[![Documentation](https://img.shields.io/badge/doc-online-blue.svg)][docs]

OCaml bindings to the [`GETRUSAGE(2)`][man-getrusage] syscall, which provides
details of the resource usage of a thread.

[man-getrusage]: https://www.man7.org/linux/man-pages/man2/getrusage.2.html
[ci-status]: https://ci.ocamllabs.io/github/CraigFe/ocaml-rusage
[ci-badge]: https://img.shields.io/endpoint?url=https%3A%2F%2Fci.ocamllabs.io%2Fbadge%2FCraigFe%2Focaml-rusage%2Fmain&logo=ocaml
[docs]: https://craigfe.github.io/ocaml-rusage/rusage/index.html

## Installation

`Rusage` can be installed with `opam`:

```
opam install rusage
```