You can search for identifiers within the package.
in-package search v0.2.0
current-web-pipelines
Current_web_pipelines.Run_time
val duration_pp : Format.formatter -> Duration.t -> unit
type info =
| No_info
| Cached
| Running_since of float
| Finished of {
ready : float;
running : float option;
finished : float;
}
type t = {
total : float option;
info : info;
val empty : t
val info_to_string : info -> string
val to_elem : t -> [> Html_types.span ] Tyxml_html.elt
val of_job : creation_date:float -> Current.job_id -> t
val run_time : t -> float
val merge : t -> t -> t
val map_node : creation_date:float -> [< `Children of ('a * t) list | `Leaf of 'b State.job ] -> 'c -> 'c * t
val map_stage : ('a * t) list -> 'b -> 'b * t