package core_bench

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

Module Core_bench_internals.Bench_command_columnSource

A module internal to Core_bench. Please look at Bench.

Column specifications used by the command line interface.

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