package core_bench

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

Module Core_bench_internals.Analysis_configSource

A module internal to Core_bench. Please look at Bench.

Sourcetype t = {
  1. regression_name : string option;
  2. responder : Variable.t;
  3. predictors : Variable.t list;
  4. bootstrap_trials : int;
  5. r_square : bool;
}
Sourceval allocations_vs_runs : t list
Sourceval create : responder:Variable.t -> predictors:Variable.t list -> ?bootstrap_trials:int -> ?r_square:bool -> ?regression_name:string -> unit -> t
Sourceval cycles : predictors:Variable.t list -> t
Sourceval cycles_vs_runs : t
Sourceval default : t list
Sourceval default_bootstrap_trials : int
Sourceval default_reduced_bootstrap_trials : int
Sourceval gc_vs_runs : t list
Sourceval make_key : t -> int
Sourceval nanos : predictors:Variable.t list -> t
Sourceval nanos_vs_runs : t
Sourceval parse : ?regression_name:string -> string -> t
Sourceval reduce_bootstrap : t -> bootstrap_trials:int -> t
Sourceval with_error_estimation : ?bootstrap_trials:int -> t -> t