]> matita.cs.unibo.it Git - helm.git/commitdiff
Profiling messages grepped out.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 22 Sep 2005 08:59:37 +0000 (08:59 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 22 Sep 2005 08:59:37 +0000 (08:59 +0000)
helm/matita/scripts/profile_cvs.sh

index 9b1065c127b01493f05de644b9f7d9fe81e8236c..226d4fd435ec6bafd31a19de9562156649162000 100755 (executable)
@@ -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