package core_bench

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

Module Display_config.TableSource

Sourcetype t = {
  1. how_to_print : Core_bench_internals__.Display_config_intf.Definitions.Table.How_to_print.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;
}
Sourceval analysis_configs : t -> Analysis_config.t list
Sourceval max_name_length : t -> int
Sourceval show_overheads : t -> bool
Sourceval show_samples : t -> bool
Sourceval show_speedup : t -> bool
Sourceval show_percentage : t -> bool
Sourceval show_absolute_ci : t -> bool
Sourceval limit_width_to : t -> int
Sourceval how_to_print : t -> Core_bench_internals__.Display_config_intf.Definitions.Table.How_to_print.t
Sourcemodule How_to_print : sig ... end
Sourceval show_all_values : t -> bool