package cactus

  1. Overview
  2. Docs
module Func : sig ... end

This module exposes functions to produce statistics on function calls

type t
val reset : unit -> unit
val get : unit -> t
val get_by_name : t -> modul:string -> stat:string -> Func.t
val pp : t Fmt.t
val pp_json : t Fmt.t
type module_stats
module type Common = sig ... end
module Btree : sig ... end
module Nodes : sig ... end
module Store : sig ... end
module Utils : sig ... end
module Miscellaneous : sig ... end