package bechamel-js

  1. Overview
  2. Docs
HTML generator for bechamel's output

Install

Dune Dependency

Authors

Maintainers

Sources

bechamel-0.5.0.tbz
sha256=2f9aa544395fa62ea067352782988bf94d977162d4d3ee6e321e49a29c5ec868
sha512=80af7d3015fd3e63514b6241190f7fc96a1329480d98526dc426c8e24fdf2f196917a9bdae72ac7234e21b2835c38a5ac989cfc00360d9530afe52f97f58c79f

doc/bechamel-js/Bechamel_js/index.html

Module Bechamel_jsSource

Sourcetype t = {
  1. x_label : string;
  2. y_label : string;
  3. series : (string, Bechamel.Benchmark.stats * Bechamel_js__.Point.t list * float list option * Bechamel_js__.OLS.t) Hashtbl.t;
}
Sourceval label_witness : string Json_encoding.encoding
Sourceval witness : compare:(string -> string -> int) -> t Json_encoding.encoding
Sourceval of_ols_results : x_label:String.t -> y_label:String.t -> (String.t, (string, Bechamel.Analyze.OLS.t) Hashtbl.t) Hashtbl.t -> (string, Bechamel.Benchmark.t) Hashtbl.t -> (t, [> Rresult.R.msg ]) Rresult.result
Sourcetype value = [
  1. | `Null
  2. | `Bool of bool
  3. | `String of string
  4. | `Float of float
]
Sourceval flat : [< `A of [< `A of 'b | `Bool of bool | `Float of float | `Null | `O of (string * 'a) list | `String of string ] list as 'b | `Bool of bool | `Float of float | `Null | `O of (string * 'a) list | `String of string ] as 'a -> Jsonm.lexeme list
Sourcetype buffer = bytes * int * int
Sourcetype transmit = buffer -> buffer
Sourcetype 'a or_error = ('a, [ `Msg of string ]) result
Sourcetype 'a dst =
  1. | Manual : transmit -> buffer dst
  2. | Buffer : Buffer.t -> (Buffer.t -> unit or_error) dst
  3. | Channel : out_channel -> (out_channel -> unit or_error) dst
Sourceval manual : transmit -> buffer dst
Sourceval buffer : chunk:int -> (Buffer.t -> unit or_error) dst
Sourceval channel : string -> (out_channel -> unit or_error) dst
Sourcetype ols_results = (string, (string, Bechamel.Analyze.OLS.t) Hashtbl.t) Hashtbl.t
Sourceval emit : 'a. dst:'a dst -> 'a -> ?compare:(string -> string -> int) -> x_label:string -> y_label:string -> (ols_results * raws) -> unit or_error
OCaml

Innovation. Community. Security.