X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Frun.mli;fp=src%2Frun.mli;h=65d03dac0c5b8a00c837866a300d4cc0fbf8f7a0;hp=c94227751c27c475d11e1d410f0afe1416a3329b;hb=3fadb034bfc0075d420bdd1383214014500501b8;hpb=c5fc33c2eda7c2bb45c3bafbe74827f17e215fb8 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