From 938afa2d17a731cef4b7226aa9c1bc7c3b7de2fe Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Mon, 19 Sep 2005 14:02:24 +0000 Subject: [PATCH] Profiling disabled. --- helm/ocaml/cic/cicUtil.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- 2.39.2