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