Up

Module Variable

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

Signature

type t = [
| `Runs
| `Cycles
| `Nanos
| `Compactions
| `Minor_collections
| `Major_collections
| `Promoted
| `Minor_allocated
| `Major_allocated
| `One
]
val t_of_sexp : Sexplib.Sexp.t -> t
val __t_of_sexp__ : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t