package core_bench

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

Module Core_bench_internals.Analysis_resultSource

Sourcemodule Ci95 : sig ... end

95% confidence interval, stored as (left endpoint, right endpoint)

Sourcemodule Coefficient : sig ... end
Sourcemodule Regression : sig ... end
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 sample_count : t -> int
Sourceval largest_run : t -> int
Sourceval regressions : t -> Regression.t array
Sourceval create : name:string -> test_name:string -> file_name:string -> module_name:string -> sample_count:int -> largest_run:int -> regressions:Regression.t array -> t
Sourceval find_key : t -> int -> Regression.t option