From: Claudio Sacerdoti Coen Date: Thu, 13 Apr 2006 11:10:27 +0000 (+0000) Subject: Profiling code commented out. X-Git-Tag: 0.4.95@7852~1515 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=225f16202d7b5bfa834788544848f783dc7cc781;p=helm.git Profiling code commented out. --- diff --git a/components/cic_proof_checking/cicUnivUtils.ml b/components/cic_proof_checking/cicUnivUtils.ml index cd1aeba32..cbc87e98a 100644 --- a/components/cic_proof_checking/cicUnivUtils.ml +++ b/components/cic_proof_checking/cicUnivUtils.ml @@ -132,8 +132,6 @@ let rec list_uniq = function let list_uniq l = list_uniq (List.fast_sort CicUniv.compare l) -let profiler = (HExtlib.profile "clean_and_fill").HExtlib.profile - let clean_and_fill uri obj ugraph = (* universes of obj fills the universes of the obj with the right uri *) let list_of_universes, obj = universes_of_obj uri obj in @@ -148,6 +146,8 @@ let clean_and_fill uri obj ugraph = in ugraph, list_of_universes, obj +(* +let profiler = (HExtlib.profile "clean_and_fill").HExtlib.profile let clean_and_fill u o g = profiler (clean_and_fill u o) g - +*)