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
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val compare : t -> t -> int
val to_string : t -> string
val of_string : string -> t
val format_int : t -> int -> string