X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fauto%2Feval.ml;h=e4def93b6e5ba4cfdd5f6e13e3a6a0a7d0fc11ec;hp=4a27fa5cd8ee931242f9b293cf7141213f79fccf;hb=9590bc6b3e882cfb256507be8966917446f84e98;hpb=57952070c7b8276b042854718020483859caf94a diff --git a/src/auto/eval.ml b/src/auto/eval.ml index 4a27fa5..e4def93 100644 --- a/src/auto/eval.ml +++ b/src/auto/eval.ml @@ -14,7 +14,7 @@ (***********************************************************************) (* - Time-stamp: + Time-stamp: *) INCLUDE "utils.ml" @@ -125,6 +125,7 @@ END redo := top_down_run auto tree node cache !iter; incr iter; done; + at_exit (fun () -> eprintf "INFO: %i iterations\n" !iter); let r = get_results auto tree node cache in TRACE(Html.gen_trace (module T : Tree.Sig.S with type t = T.t) (tree)); r