Irmin_traces.Trace_stat_summary_pp
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.
module Utils = Trace_stat_summary_utils
module Summary = Trace_stat_summary
module Pb : sig ... end
type summary = Summary.t
Seconds minutes, Seconds 3 digits, Seconds milli, Seconds micro, Real giga, Real mega, Real as integer, Real 3 digits, Percent
module Table0 : sig ... end
Summary
module Table1 : sig ... end
Highlights
module Table2 : sig ... end
module Table3 : sig ... end
module Table4 : sig ... end
Curves
val unsafe_pp :
int ->
Stdlib.Format.formatter ->
string list ->
Summary.t list ->
unit
val pp :
int ->
Stdlib.Format.formatter ->
(string list * Summary.t list) ->
unit