Module Js_of_ocaml_compiler.Profile

type t =
  1. | O1
  2. | O2
  3. | O3
val all : t list
val of_int : int -> t option
val to_int : t -> int
val equal : t -> t -> bool