package core_bench

  1. Overview
  2. Docs

A module internal to Core_bench. Please look at Bench.

Column specifications used by the command line interface.

type t =
  1. | Analysis of Analysis_config.t list
  2. | Display_column of Display_column.t
val column_description_table : string
val of_string : string -> t