package core_profiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Units for the measurements made by Core_profiler, used to get better output formatting. This has no performance implications.

type t =
  1. | Words
  2. | Seconds
  3. | Nanoseconds
  4. | Int
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val compare : t -> t -> int
val to_string : t -> string
val of_string : string -> t
val format_int : t -> int -> string