table of contents
other versions
- trixie 5.3.0-3
- testing 5.3.0-3
- unstable 5.3.0-3
- experimental 5.4.0-1~exp1
Runtime_events.Timestamp(3o) | OCaml library | Runtime_events.Timestamp(3o) |
NAME¶
Runtime_events.Timestamp - no description
Module¶
Module Runtime_events.Timestamp
Documentation¶
Module Timestamp
: sig end
type t
Type for the int64 timestamp to allow for future changes.
val to_int64 : t -> int64
val get_current : unit -> t
Access the current timestamp. The timestamp is incremented by one every nanosecond, but the starting point is unspecified.
Since 5.4
2025-10-12 | OCamldoc |