package multicore-bench

  1. Overview
  2. Docs

Module Multicore_bench.MetricSource

Dealing with benchmark metrics.

Sourcetype t

Represents a metric.

Sourceval make : metric:string -> config:string -> ?units:string -> ?trend:[< Trend.t ] -> ?description:string -> [< `Float of float ] -> t

make ~metric ~config value constructs a metric with given specification.