package multicore-bench

  1. Overview
  2. Docs

Module Multicore_benchSource

Multicore bench is a framework for writing multicore benchmark executables to run on current-bench.

To use the framework one typically opens it

  open Multicore_bench

which brings a number of submodules into scope.

Sourcemodule Metric : sig ... end

Dealing with benchmark metrics.

Sourcemodule Unit_of_rate : sig ... end

Dealing with units of rate.

Sourcemodule Unit_of_time : sig ... end

Dealing with units of time.

Sourcemodule Times : sig ... end

Recording timings of benchmarks running on multiple domains in parallel and producing metrics from the recorded timings.

Sourcemodule Suite : sig ... end

Dealing with benchmark suites.

Sourcemodule Cmd : sig ... end

Command line interface for a benchmark executable.

Sourcemodule Util : sig ... end

Utilities for creating benchmarks.

OCaml

Innovation. Community. Security.