.TH "Runtime_events.Timestamp" 3 2025-06-09 OCamldoc "OCaml library" .SH NAME Runtime_events.Timestamp \- no description .SH Module Module Runtime_events.Timestamp .SH Documentation .sp Module .BI "Timestamp" : .B sig end .sp .sp .sp .sp .I type t .sp Type for the int64 timestamp to allow for future changes\&. .sp .I val to_int64 : .B t -> int64 .sp .sp .I val get_current : .B unit -> t .sp Access the current timestamp\&. The timestamp is incremented by one every nanosecond, but the starting point is unspecified\&. .sp .B "Since" 5.4 .sp