]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/extlib/hExtlib.mli
1. Parameter enable (default true) added to HExtlib.profile
[helm.git] / helm / ocaml / extlib / hExtlib.mli
index 32fb59d473942a2f4ac61a72b07dacd391c4a18e..376cb448ab204d19a50873b6fa69ad8fcb765d7c 100644 (file)
@@ -65,5 +65,5 @@ type profiler = { profile : 'a 'b. ('a -> 'b) -> 'a -> 'b }
 
   (** @return a profiling function; [s] is used for labelling the total time at
    * the end of the execution *)
-val profile : string -> profiler
+val profile : ?enable:bool -> string -> profiler