From: Enrico Tassi Date: Wed, 9 Apr 2008 15:22:03 +0000 (+0000) Subject: switch off profilers X-Git-Tag: make_still_working~5374 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=ba5c1c83e77e701ef11625687ec27931bc4bb944;p=helm.git switch off profilers --- diff --git a/helm/software/components/extlib/hExtlib.ml b/helm/software/components/extlib/hExtlib.ml index 0d7254c8b..c2de58f81 100644 --- a/helm/software/components/extlib/hExtlib.ml +++ b/helm/software/components/extlib/hExtlib.ml @@ -27,7 +27,7 @@ (** PROFILING *) -let profiling_enabled = ref true ;; (* ComponentsConf.profiling *) +let profiling_enabled = ref false ;; (* ComponentsConf.profiling *) let something_profiled = ref false