package irmin-bench

  1. Overview
  2. Docs
Irmin benchmarking suite

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.11.0.tbz
sha256=09996fbcc2c43e117a9bd8e9028c635e81cccb264d5e02d425ab8b06bbacdbdb
sha512=0391a6bf7b94a1edd50a3a8df9e58961739fa78d7d689d61f56bc87144483bad2ee539df595c33d9d52c29b3458da5dddf3a73b5eb85e49c4667c26d2cd46be1

doc/irmin-bench.traces/Irmin_traces/Trace_stat_summary/Span_folder/index.html

Module Trace_stat_summary.Span_folderSource

Accumulator for the span field of t.

Sourcetype span_acc = {
  1. sum_count : int;
  2. sum_duration : float;
  3. count : Vs.acc;
  4. cumu_count : Vs.acc;
  5. duration : Vs.acc;
  6. duration_log_scale : Vs.acc;
  7. cumu_duration : Vs.acc;
}
Sourcetype acc = {
  1. per_span : span_acc Span.Map.t;
  2. seen_atoms_durations_in_block : float list Span.Map.t;
  3. timestamp_before : float;
}
Sourceval create : float -> int -> ([< `Add of int32 | `Checkout of int32 | `Commit of Def.commit | `Copy of int32 | `Find of int32 | `Mem of int32 | `Mem_tree of int32 | `Remove of int32 ], acc, Span.Val.t Span.Map.t) Utils.Parallel_folders.folder
OCaml

Innovation. Community. Security.