package trace

  1. Overview
  2. Docs

Source file time_.ml

1
2
3
4
# 1 "src/subscriber/time_.mtime.ml"
let get_time_ns () : float =
  let t = Mtime_clock.now () in
  Int64.to_float (Mtime.to_uint64_ns t)
OCaml

Innovation. Community. Security.