package bechamel

  1. Overview
  2. Docs
Yet Another Benchmark in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

bechamel-0.2.0.tbz
sha256=e0fc3145434b93f5e6a48d03803a5f33d7326698f7b03dbb097ed8c716d68be8
sha512=fbb558e2e35dbe1756159d52619a48446b1bbeb56e17c88ddb1cb68f79475d5db1c21f5b3c3c077d724102604d3f7940b2a497b64dc8d94dea4d94ad67b89ff1

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.