mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-05 19:00:32 -05:00
3 lines
94 B
OCaml
3 lines
94 B
OCaml
let[@inline] now_us () =
|
|
let t = Mtime_clock.now_ns () in
|
|
Int64.(div t 1000L |> to_float)
|