Module Core_bench.Display_units

type t =
| Words
| Time
| Gc
| Cycles
| Count
| Percentage
val display_minimum : t -> float
module Magnitude : sig ... end
val is_displayed : show_all_values:bool -> t -> Core.Float.t -> bool
val is_displayed_opt : show_all_values:bool -> t -> Core.Float.t option -> bool
val to_string : show_all_values:bool -> t -> Magnitude.t -> Core.Float.t -> Ascii_table.Attr.t list * string
val to_ci_string : show_all_values:bool -> t -> Magnitude.t -> (Core.Float.t * Core.Float.t) -> Ascii_table.Attr.t list * string
val to_string_opt : show_all_values:bool -> t -> Magnitude.t -> Core.Float.t option -> Ascii_table.Attr.t list * string