mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
1 line
57 B
OCaml
1 line
57 B
OCaml
let[@inline] get_time_ns () : int64 = Sys.time () *. 1e9
|