package core_bench

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

Module Core_bench_internals.VariableSource

A module internal to Core_bench. Please look at Bench.

Abstract set of variables used for specifying regressions.

Sourcetype t = [
  1. | `One
  2. | `Runs
  3. | `Cycles
  4. | `Nanos
  5. | `Minor_collections
  6. | `Major_collections
  7. | `Compactions
  8. | `Minor_allocated
  9. | `Major_allocated
  10. | `Promoted
]
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval __t_of_sexp__ : Sexplib0.Sexp.t -> t
Sourceval get_units : t -> Core_bench_internals__.Display_units.t
Sourceval make_col_name : t -> t -> string
Sourceval max_int : int
Sourceval of_short_string : string -> t
Sourceval summarize : unit -> string
Sourceval to_int : t -> int
Sourceval to_short_string : t -> string
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.