mte/unikernel/duniverse/eqaf/clock/clock_linux.ml

7 lines
172 B
OCaml
Raw Normal View History

2025-11-11 02:07:51 +01:00
external clock_linux_get_time
: unit -> (int64[@unboxed])
= "clock_linux_get_time_byte" "clock_linux_get_time_native"
[@@noalloc]
let now () = clock_linux_get_time ()