Module Multicore_bench.Metric

Dealing with benchmark metrics.

type t

Represents a metric.

val 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.