package irmin-bench

  1. Overview
  2. Docs
Irmin benchmarking suite

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.10.0.tbz
sha256=92a9de7a0a2a35c2feba0c35a806b1f0df24c1c0d15164eebf3f919296d26715
sha512=0203ec5117a851ad5afeb2f9091659b4e142e231b6b945caab93f4d7beb23397c8ac43f7056e91d18f4bff0be1062f6ae966d221f877c229328c0cbbf29fd9f0

doc/irmin-bench.traces/Irmin_traces/Trace_stat_summary_pp/Table4/index.html

Module Trace_stat_summary_pp.Table4Source

Curves

Sourcetype scalar_format_auto = [
  1. | `R
  2. | `S
]

Real / Seconds

Sourcetype scalar_format = [
  1. | scalar_format_auto
  2. | scalar_format_fixed
]
Sourcetype summary_floor = [
  1. | `Spacer
  2. | `Data of scalar_format * string * (string * Trace_stat_summary.curve) list
]

A summary_floor of tag `Data contains all the data necessary in order to print a bunch of rows, 1 per summary, all displaying the same summary entry.

Sourceval sum_curves : float list list -> float list
Sourceval div_curves : float list -> float list -> float list
Sourceval mul_curves : float list -> float list -> float list
Sourceval mul_curve_scalar : float list -> float -> float list
Sourceval create_header_rows : int -> Trace_stat_summary.t list -> PrintBox.t list list
Sourceval floors_of_summaries : string list -> summary list -> summary_floor list
Sourceval resample_curves_of_floor : int -> [< `Data of 'a * 'b * ('c * float list) list | `Spacer ] -> [> `Data of 'a * 'b * ('c * float list) list | `Spacer ]
Sourceval matrix_of_data_floor : [< `Data of [< `P | `R | `R3 | `RG | `RM | `Ri | `S | `S3 | `SM | `Sm | `Su P ] * string * (string * float list) list ] -> Pb.t list list
Sourceval matrix_of_floor : int -> [< `Data of [< `P | `R | `R3 | `RG | `RM | `Ri | `S | `S3 | `SM | `Sm | `Su P ] * string * (string * float list) list | `Spacer ] -> Pb.t list list
OCaml

Innovation. Community. Security.