aboutsummaryrefslogtreecommitdiffstats
path: root/src/lfsc/shashcons.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/lfsc/shashcons.mli')
-rw-r--r--src/lfsc/shashcons.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lfsc/shashcons.mli b/src/lfsc/shashcons.mli
index 6787322..e9ba5fb 100644
--- a/src/lfsc/shashcons.mli
+++ b/src/lfsc/shashcons.mli
@@ -47,6 +47,7 @@ module type S =
val iter : (t -> unit) -> unit
(** [iter f] iterates [f] over all elements of the table . *)
+
val stats : unit -> int * int * int * int * int * int
(** Return statistics on the table. The numbers are, in order:
table length, number of entries, sum of bucket lengths,
@@ -83,6 +84,7 @@ module type S_consed =
val iter : (key hash_consed -> unit) -> unit
(** [iter f] iterates [f] over all elements of the table . *)
+
val stats : unit -> int * int * int * int * int * int
(** Return statistics on the table. The numbers are, in order:
table length, number of entries, sum of bucket lengths,