package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val counter : total:Optint.Int63.t -> sampling_interval:int -> ?columns:int -> message:string -> ?pp_count:Optint.Int63.t fixed_width_fmt -> ?ppf:Format.formatter -> unit -> t * (Optint.Int63.t -> unit)

Renders a progress bar of the form:

<msg> <count> MM:SS [########..............................] XX%

val finalise : t -> unit
val increment : ?ppf:Format.formatter -> unit -> t * ((unit -> unit) * (unit -> unit) * (unit -> unit))
val finalise_with_stats : t -> int * int * int