package core_bench

  1. Overview
  2. Docs
type t =
  1. | Span of Core.Time.Span.t
  2. | Num_calls of int
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
include Core.Stringable.S with type t := t
val of_string : string -> t
val to_string : t -> string
val max_count : t -> int
val scale_int : t -> int -> t
val fulfilled : t -> start:Core.Time.t -> num_calls:int -> bool
val arg_type : t Core.Command.Arg_type.t