package core_bench

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Core_bench_internals.MeasurementSource

A module internal to Core_bench. Please look at Bench.

Contains the measurements of several runs of one benchmark.

Sourcetype t
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval name : t -> string
Sourceval test_name : t -> string
Sourceval file_name : t -> string
Sourceval module_name : t -> string
Sourceval largest_run : t -> int
Sourceval sample_count : t -> int
Sourceval samples : t -> Measurement_sample.t array
Sourceval create : name:string -> test_name:string -> file_name:string -> module_name:string -> largest_run:int -> samples:Measurement_sample.t array -> t

samples should have length at least sample_count. Extra entries are dropped.

Sourceval save : t -> filename:string -> unit
Sourceval load : filename:string -> t
OCaml

Innovation. Community. Security.