https://github.com/zshipko/ocaml-rusage
https://github.com/zshipko/ocaml-rusage
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zshipko/ocaml-rusage
- Owner: zshipko
- License: isc
- Created: 2019-06-18T18:32:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T18:33:11.000Z (almost 7 years ago)
- Last Synced: 2025-06-21T21:02:19.937Z (12 months ago)
- Language: C
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ocaml-rusage
Wraps `getrusage` C function
## Usage
`Rusage` contains a single function: `get`, this will return a record with fields matching the C `rusage` struct.