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_pp/index.html

Module Irmin_traces.Trace_stat_summary_ppSource

Pretty printing of one or more summaries.

This file is NOT meant to be used from Tezos, as opposed to some other "trace_*" files.

This file contains A LOT of uninteresting boilerplate in order to build the pretty-printable table. Doing this using pandas-like multi-level dataframes would make the thing much more simpler.

Sourcemodule Summary = Trace_stat_summary
Sourcemodule Pb : sig ... end
Sourceval fprintf_result : Format.formatter -> string -> string -> string -> string -> string -> float -> unit
Sourcetype summary = Summary.t
Sourcetype scalar_format_fixed = [
  1. | `SM
  2. | `S3
  3. | `Sm
  4. | `Su
  5. | `RG
  6. | `RM
  7. | `Ri
  8. | `R3
  9. | `P
]

Seconds minutes, Seconds 3 digits, Seconds milli, Seconds micro, Real giga, Real mega, Real as integer, Real 3 digits, Percent

Sourceval pp_scalar_fixed : Format.formatter -> ([< `P | `R3 | `RG | `RM | `Ri | `S3 | `SM | `Sm | `Su ] * float) -> unit
Sourcemodule Table0 : sig ... end

Summary

Sourcemodule Table1 : sig ... end

Highlights

Sourcemodule Table2 : sig ... end
Sourcemodule Table3 : sig ... end
Sourcemodule Table4 : sig ... end

Curves

Sourceval unsafe_pp : int -> Format.formatter -> string list -> Summary.t list -> unit
Sourceval pp : int -> Format.formatter -> (string list * Summary.t list) -> unit
OCaml

Innovation. Community. Security.