]> matita.cs.unibo.it Git - helm.git/commitdiff
Profiling code commented out.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 13 Apr 2006 11:10:27 +0000 (11:10 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 13 Apr 2006 11:10:27 +0000 (11:10 +0000)
components/cic_proof_checking/cicUnivUtils.ml

index cd1aeba32a79c83d8f3018c5129f882e46dadd74..cbc87e98afcc3574042a3b2813749a7bd14dd888 100644 (file)
@@ -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
-  
+*)