.TH "Runtime_events.Timestamp" 3 2026-06-22 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 Abstract timestamp included in events\&. .sp .I val to_int64 : .B t -> int64 .sp Convert a timestamp to a number of nanosecond\&. .sp Note that the starting point for timestamps in unspecified: the absolute value is meaningless, only differences matter\&. .sp Also note that the precision of the underlying clock may be coarser than nanoseconds: events may have equal timestamp if they are emitted within the coarseness of the clock\&. .sp .I val get_current : .B unit -> t .sp Access the current timestamp\&. .sp .B "Since" 5.4 .sp