X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Frun.mli;h=65d03dac0c5b8a00c837866a300d4cc0fbf8f7a0;hp=c94227751c27c475d11e1d410f0afe1416a3329b;hb=122fdb64ba001d728d0d94245753b1d7d31cc98d;hpb=1442cbcfa262a16eac31092c0da2e59805deeaa2 diff --git a/src/run.mli b/src/run.mli index c942277..65d03da 100644 --- a/src/run.mli +++ b/src/run.mli @@ -15,6 +15,7 @@ type stats = private { mutable pass : int; + auto : Uid.t; tree_size : int; mutable fetch_trans_cache_access : int; mutable fetch_trans_cache_hit : int; @@ -27,5 +28,5 @@ module Make (T : Tree.S) (L : Node_list.S with type node = T.node) : sig val eval : Ata.t -> T.t -> L.t -> L.t val full_eval : Ata.t -> T.t -> L.t -> (State.t * L.t) list - val stats : unit -> stats + val stats : unit -> stats list end