Module Bench.Column

module Column: sig .. end

type t = [ `Allocated
| `Confidence
| `Cycles
| `GC
| `Name
| `Nanos
| `Percentage
| `Samples
| `Speedup ]
The documentation for this type is in the implementation, as documentation for the command line flags created by make_command.
val t_of_sexp : Sexplib.Sexp.t -> t
val __t_of_sexp__ : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t