Module Core_bench
module Bench : sig ... endCore_benchis a micro-benchmarking library for OCaml that can measure execution costs of operations that take 1ns to about 100ms.Core_benchtries to measure execution costs of such short-lived computations precisely while trying to account for delayed GC costs and noise introduced by other activity on the system.
module Core_bench_private : sig ... end