type t = {don't_display_table : bool; |
limit_width_to : int; |
display : Textutils.Ascii_table.Display.t; |
ascii_table : bool; |
show_output_as_sexp : bool; |
show_absolute_ci : bool; |
show_percentage : bool; |
show_speedup : bool; |
show_samples : bool; |
show_all_values : bool; |
show_overheads : bool; |
}val show_overheads : t ‑> boolval show_all_values : t ‑> boolval show_samples : t ‑> boolval show_speedup : t ‑> boolval show_percentage : t ‑> boolval show_absolute_ci : t ‑> boolval show_output_as_sexp : t ‑> boolval ascii_table : t ‑> boolval display : t ‑> Textutils.Ascii_table.Display.tval limit_width_to : t ‑> intval don't_display_table : t ‑> boolmodule Fields : sig ... endval create : ?don't_display_table:bool ‑> ?limit_width_to:int ‑> ?display:Textutils.Ascii_table.Display.t ‑> ?ascii_table:bool ‑> ?show_output_as_sexp:bool ‑> ?show_absolute_ci:bool ‑> ?show_percentage:bool ‑> ?show_speedup:bool ‑> ?show_samples:bool ‑> ?show_all_values:bool ‑> ?show_overheads:bool ‑> unit ‑> t