package mtime

  1. Overview
  2. Docs
Monotonic wall-clock time for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mtime-2.2.0.tbz
sha512=c7d0ef764c3cc803b9c06216601057d5092b624ee313780df70f6a0a462f12671986af69c90e811038419cae4648c62acbef71398ceb8d0d3c9dcda6ff0fab80

doc/index.html

Mtime v2.2.0

Mtime has platform independent support for monotonic wall-clock time. This time increases monotonically and is not subject to operating system calendar time adjustments. The library has types to represent nanosecond precision timestamps and time spans.

Mtime_clock provides acces to a monotonic system clock and its resolution (if available).

Library mtime

  • Mtime Monotonic time values.

Library mtime.clock

This library also works with JavaScript, see the platform support.