package bechamel

  1. Overview
  2. Docs
Yet Another Benchmark in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

bechamel-0.5.0.tbz
sha256=2f9aa544395fa62ea067352782988bf94d977162d4d3ee6e321e49a29c5ec868
sha512=80af7d3015fd3e63514b6241190f7fc96a1329480d98526dc426c8e24fdf2f196917a9bdae72ac7234e21b2835c38a5ac989cfc00360d9530afe52f97f58c79f

doc/src/bechamel.monotonic_clock/monotonic_clock.ml.html

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.