Module Core_profiler_offline_tool.Interest.Interval_subject

type t =
| Value
| Delta
| Time_delta
include sig ... end
val compare : t ‑> t ‑> int
val t_of_sexp : Sexplib.Sexp.t ‑> t
val sexp_of_t : t ‑> Sexplib.Sexp.t
val of_string : string ‑> t
val to_string : t ‑> string
val to_int : t ‑> int