From: Claudio Sacerdoti Coen Date: Thu, 22 Sep 2005 08:59:37 +0000 (+0000) Subject: Profiling messages grepped out. X-Git-Tag: LAST_BEFORE_NEW~56 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=b75631eb92b06591c86cd4563d753cd8ed7e11b7;p=helm.git Profiling messages grepped out. --- diff --git a/helm/matita/scripts/profile_cvs.sh b/helm/matita/scripts/profile_cvs.sh index 9b1065c12..226d4fd43 100755 --- a/helm/matita/scripts/profile_cvs.sh +++ b/helm/matita/scripts/profile_cvs.sh @@ -46,7 +46,7 @@ cvs -d $CVSROOT co helm/ocaml 1>/dev/null 2>/dev/null cvs -d $CVSROOT co helm/matita 1>/dev/null 2>/dev/null compile $PWD/helm/ocaml $PWD/helm/matita run_tests $PWD/helm/matita > LOG 2>/dev/null -cat LOG | grep -v "^.......Debug:" | grep -v "^make[1]: " | awk -f $PWD/helm/matita/scripts/insert.awk > INSERT.sql +cat LOG | grep -v "^.......Debug:" | grep -v "^make[1]: " | grep -v "TOTAL TIME" | awk -f $PWD/helm/matita/scripts/insert.awk > INSERT.sql cat INSERT.sql | mysql -u helm -h mowgli.cs.unibo.it matita cd $OLD rm -rf $TMPDIRNAME