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
]
include sig ... end
val t_of_sexp : Sexplib.Sexp.t -> t
val __t_of_sexp__ : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t