package core_bench

  1. Overview
  2. Docs
type t = {
  1. how_to_print : {How_to_print}2.t;
  2. limit_width_to : int;
  3. show_absolute_ci : bool;
  4. show_percentage : bool;
  5. show_speedup : bool;
  6. show_samples : bool;
  7. show_overheads : bool;
  8. max_name_length : int;
  9. analysis_configs : Analysis_config.t list;
}
val analysis_configs : t -> Analysis_config.t list
val max_name_length : t -> int
val show_overheads : t -> bool
val show_samples : t -> bool
val show_speedup : t -> bool
val show_percentage : t -> bool
val show_absolute_ci : t -> bool
val limit_width_to : t -> int
val how_to_print : t -> {How_to_print}2.t
module How_to_print : sig ... end
val show_all_values : t -> bool
OCaml

Innovation. Community. Security.