Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/craigfe/ocaml-rusage
- Owner: craigfe
- License: mit
- Created: 2020-06-12T10:44:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T08:53:06.000Z (over 1 year ago)
- Last Synced: 2024-10-16T19:41:05.261Z (30 days ago)
- Language: OCaml
- Size: 19.5 KB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
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
```