package bechamel

  1. Overview
  2. Docs

Source file monotonic_clock.ml

1
2
3
4
5
external clock_linux_get_time : unit -> (int64[@unboxed])
  = "clock_linux_get_time_bytecode" "clock_linux_get_time_native"
  [@@noalloc]

let now () = clock_linux_get_time ()
OCaml

Innovation. Community. Security.