monotonic_clock.ml
bechamel
bechamel.monotonic_clock
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 ()
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 ()