package core_bench

  1. Overview
  2. Docs
val names : string list
val minor_collections : (t, int) Fieldslib.Field.t
val major_collections : (t, int) Fieldslib.Field.t
val promoted : (t, int) Fieldslib.Field.t
val major_allocated : (t, int) Fieldslib.Field.t
val minor_allocated : (t, int) Fieldslib.Field.t
val compactions : (t, int) Fieldslib.Field.t
val runs : (t, int) Fieldslib.Field.t
val fold : init:'acc__0 -> runs:('acc__0 -> (t, int) Fieldslib.Field.t -> 'acc__1) -> cycles:('acc__1 -> (t, Core.Int63.t) Fieldslib.Field.t -> 'acc__2) -> nanos:('acc__2 -> (t, Core.Int63.t) Fieldslib.Field.t -> 'acc__3) -> compactions:('acc__3 -> (t, int) Fieldslib.Field.t -> 'acc__4) -> minor_allocated:('acc__4 -> (t, int) Fieldslib.Field.t -> 'acc__5) -> major_allocated:('acc__5 -> (t, int) Fieldslib.Field.t -> 'acc__6) -> promoted:('acc__6 -> (t, int) Fieldslib.Field.t -> 'acc__7) -> major_collections:('acc__7 -> (t, int) Fieldslib.Field.t -> 'acc__8) -> minor_collections:('acc__8 -> (t, int) Fieldslib.Field.t -> 'acc__9) -> 'acc__9
val make_creator : runs:((t, int) Fieldslib.Field.t -> 'acc__0 -> ('input__ -> int) * 'acc__1) -> cycles: ((t, Core.Int63.t) Fieldslib.Field.t -> 'acc__1 -> ('input__ -> Core.Int63.t) * 'acc__2) -> nanos: ((t, Core.Int63.t) Fieldslib.Field.t -> 'acc__2 -> ('input__ -> Core.Int63.t) * 'acc__3) -> compactions: ((t, int) Fieldslib.Field.t -> 'acc__3 -> ('input__ -> int) * 'acc__4) -> minor_allocated: ((t, int) Fieldslib.Field.t -> 'acc__4 -> ('input__ -> int) * 'acc__5) -> major_allocated: ((t, int) Fieldslib.Field.t -> 'acc__5 -> ('input__ -> int) * 'acc__6) -> promoted: ((t, int) Fieldslib.Field.t -> 'acc__6 -> ('input__ -> int) * 'acc__7) -> major_collections: ((t, int) Fieldslib.Field.t -> 'acc__7 -> ('input__ -> int) * 'acc__8) -> minor_collections: ((t, int) Fieldslib.Field.t -> 'acc__8 -> ('input__ -> int) * 'acc__9) -> 'acc__0 -> ('input__ -> t) * 'acc__9
val create : runs:int -> cycles:Core.Int63.t -> nanos:Core.Int63.t -> compactions:int -> minor_allocated:int -> major_allocated:int -> promoted:int -> major_collections:int -> minor_collections:int -> t
val map : runs:((t, int) Fieldslib.Field.t -> int) -> cycles:((t, Core.Int63.t) Fieldslib.Field.t -> Core.Int63.t) -> nanos:((t, Core.Int63.t) Fieldslib.Field.t -> Core.Int63.t) -> compactions:((t, int) Fieldslib.Field.t -> int) -> minor_allocated:((t, int) Fieldslib.Field.t -> int) -> major_allocated:((t, int) Fieldslib.Field.t -> int) -> promoted:((t, int) Fieldslib.Field.t -> int) -> major_collections:((t, int) Fieldslib.Field.t -> int) -> minor_collections:((t, int) Fieldslib.Field.t -> int) -> t
val iter : runs:((t, int) Fieldslib.Field.t -> unit) -> cycles:((t, Core.Int63.t) Fieldslib.Field.t -> unit) -> nanos:((t, Core.Int63.t) Fieldslib.Field.t -> unit) -> compactions:((t, int) Fieldslib.Field.t -> unit) -> minor_allocated:((t, int) Fieldslib.Field.t -> unit) -> major_allocated:((t, int) Fieldslib.Field.t -> unit) -> promoted:((t, int) Fieldslib.Field.t -> unit) -> major_collections:((t, int) Fieldslib.Field.t -> unit) -> minor_collections:((t, int) Fieldslib.Field.t -> unit) -> unit
val for_all : runs:((t, int) Fieldslib.Field.t -> bool) -> cycles:((t, Core.Int63.t) Fieldslib.Field.t -> bool) -> nanos:((t, Core.Int63.t) Fieldslib.Field.t -> bool) -> compactions:((t, int) Fieldslib.Field.t -> bool) -> minor_allocated:((t, int) Fieldslib.Field.t -> bool) -> major_allocated:((t, int) Fieldslib.Field.t -> bool) -> promoted:((t, int) Fieldslib.Field.t -> bool) -> major_collections:((t, int) Fieldslib.Field.t -> bool) -> minor_collections:((t, int) Fieldslib.Field.t -> bool) -> bool
val exists : runs:((t, int) Fieldslib.Field.t -> bool) -> cycles:((t, Core.Int63.t) Fieldslib.Field.t -> bool) -> nanos:((t, Core.Int63.t) Fieldslib.Field.t -> bool) -> compactions:((t, int) Fieldslib.Field.t -> bool) -> minor_allocated:((t, int) Fieldslib.Field.t -> bool) -> major_allocated:((t, int) Fieldslib.Field.t -> bool) -> promoted:((t, int) Fieldslib.Field.t -> bool) -> major_collections:((t, int) Fieldslib.Field.t -> bool) -> minor_collections:((t, int) Fieldslib.Field.t -> bool) -> bool
val to_list : runs:((t, int) Fieldslib.Field.t -> 'elem__) -> cycles:((t, Core.Int63.t) Fieldslib.Field.t -> 'elem__) -> nanos:((t, Core.Int63.t) Fieldslib.Field.t -> 'elem__) -> compactions:((t, int) Fieldslib.Field.t -> 'elem__) -> minor_allocated:((t, int) Fieldslib.Field.t -> 'elem__) -> major_allocated:((t, int) Fieldslib.Field.t -> 'elem__) -> promoted:((t, int) Fieldslib.Field.t -> 'elem__) -> major_collections:((t, int) Fieldslib.Field.t -> 'elem__) -> minor_collections:((t, int) Fieldslib.Field.t -> 'elem__) -> 'elem__ list
val map_poly : ([< `Read | `Set_and_create ], t, 'x0) Fieldslib.Field.user -> 'x0 list
module Direct : sig ... end