package irmin-bench

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

Highlights

val rows_of_summaries : Trace_stat_summary.t list -> [> `Data of [> `P | `R3 | `RG | `RM | `Ri | `S3 | `SM ] * string * float list | `Section of string ] list
type data_row = [
  1. | `Data of scalar_format_fixed * string * float list
]
type section_row = [
  1. | `Section of string
]
val cells_of_data_row : data_row -> Pb.t list
val cells_of_section_row : int -> section_row -> Pb.t list
val cells_of_row : int -> [< `Data of scalar_format_fixed * string * float list | `Section of string ] -> Pb.t list
val matrix_of_rows : int -> [< `Data of scalar_format_fixed * string * float list | `Section of string ] list -> Pb.t list list