Module Ocannl.PrintBox_utils
module BPlot = PrintBox_ext_plot
val _get_local_debug_runtime : unit -> (module Minidebug_runtime.Debug_runtime)
val sexp_of_box : 'a -> Sexplib0__.Sexp.t
type dag = [
| `Empty
| `Pad of dag
| `Frame of dag
| `Align of [ `Left | `Center | `Right ] * [ `Top | `Center | `Bottom ] * dag
| `Text of Base.string
| `Box of box
| `Vlist of Base.bool * dag Base.list
| `Hlist of Base.bool * dag Base.list
| `Table of dag Base.array Base.array
| `Tree of dag * dag Base.list
| `Embed_subtree_ID of Base.string
| `Subtree_with_ID of Base.string * dag
]
val sexp_of_dag : dag -> Sexplib0.Sexp.t
val boxify : Base.int -> dag -> dag
val concise_float : prec:Base__Int.t -> float -> string
val plot :
?as_canvas:bool ->
?x_label:string ->
?y_label:string ->
?axes:bool ->
?size:(Base__Int.t * Base__Int.t) ->
?small:bool ->
BPlot.plot_spec list ->
PrintBox.t
type table_row_spec =
| Benchmark of {
bench_title : Base.string;
time_in_sec : Base.float;
mem_in_bytes : Base.int;
result_label : Base.string;
result : Base.Sexp.t;
}
val nolines : Base.String.t -> Base.String.t