From: Claudio Sacerdoti Coen Date: Mon, 19 Sep 2005 14:02:24 +0000 (+0000) Subject: Profiling disabled. X-Git-Tag: LAST_BEFORE_NEW~97 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=938afa2d17a731cef4b7226aa9c1bc7c3b7de2fe;p=helm.git Profiling disabled. --- diff --git a/helm/ocaml/cic/cicUtil.ml b/helm/ocaml/cic/cicUtil.ml index c85c2c803..07f39896c 100644 --- a/helm/ocaml/cic/cicUtil.ml +++ b/helm/ocaml/cic/cicUtil.ml @@ -209,7 +209,7 @@ let rec mk_rels howmany from = | 0 -> [] | _ -> (Cic.Rel (howmany + from)) :: (mk_rels (howmany-1) from) -let profiling_enabled = true +let profiling_enabled = false type profiler = { profile : 'a 'b. ('a -> 'b) -> 'a -> 'b } let profile =