]> matita.cs.unibo.it Git - helm.git/commitdiff
Profiling disabled.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 19 Sep 2005 14:02:24 +0000 (14:02 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 19 Sep 2005 14:02:24 +0000 (14:02 +0000)
helm/ocaml/cic/cicUtil.ml

index c85c2c803719f58ea3ec0ea6349c9bf0043c2566..07f39896c3050396c9e72a194c88931cfe3d7158 100644 (file)
@@ -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 =