package soteria

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

Module Stats.Config

Configuration options for statistics output.

type t = {
  1. output_stats : string option;
    (*

    If stats should be output. If the value is "stdout", prints the stats to stdout; otherwise, stores them as JSON in the specified file.

    *)
}
val cmdliner_term : unit -> t Cmdliner.Term.t
val set_and_lock : t -> unit