package core_bench

  1. Overview
  2. Docs

Variable.ts represent variables than can be used as predictors or the responder when specifying a regression.

type t = [
  1. | `Runs
  2. | `Cycles
  3. | `Nanos
  4. | `Compactions
  5. | `Minor_collections
  6. | `Major_collections
  7. | `Promoted
  8. | `Minor_allocated
  9. | `Major_allocated
  10. | `One
]
val sexp_of_t : t -> Sexplib0.Sexp.t
val t_of_sexp : Sexplib0.Sexp.t -> t
val __t_of_sexp__ : Sexplib0.Sexp.t -> t