From: Claudio Sacerdoti Coen Date: Fri, 26 May 2006 10:10:39 +0000 (+0000) Subject: Profiling code removed. X-Git-Tag: 0.4.95@7852~1428 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=33b1f57feafa53d0520035f3a27f6c18c36f478d;p=helm.git Profiling code removed. --- diff --git a/components/cic_acic/cic2acic.ml b/components/cic_acic/cic2acic.ml index e1c964c76..72837dab0 100644 --- a/components/cic_acic/cic2acic.ml +++ b/components/cic_acic/cic2acic.ml @@ -135,7 +135,6 @@ let acic_of_cic_context' ~computeinnertypes:global_computeinnertypes prerr_endline ("++++++++++++ Tempi della double_type_of: "^ string_of_float (time2 -. time1)) ; *) - let time = ref 0. in let rec aux computeinnertypes father context idrefs tt = let fresh_id'' = fresh_id' father tt in (*CSC: computeinnertypes era true, il che e' proprio sbagliato, no? *) @@ -386,9 +385,7 @@ let acic_of_cic_context' ~computeinnertypes:global_computeinnertypes ("+++++++++++++ Tempi della aux dentro alla acic_of_cic: "^ string_of_float (timeb -. timea)) ; res *) - let res = aux global_computeinnertypes None context idrefs t in - prerr_endline (">>>> aux : " ^ string_of_float !time); - res + aux global_computeinnertypes None context idrefs t ;; let acic_of_cic_context ~computeinnertypes metasenv context idrefs t =