]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/papers/use_case/stats/parsing_time_xerces_sax2.sh
* basic infrastructure for collecting statistics
[helm.git] / helm / papers / use_case / stats / parsing_time_xerces_sax2.sh
diff --git a/helm/papers/use_case/stats/parsing_time_xerces_sax2.sh b/helm/papers/use_case/stats/parsing_time_xerces_sax2.sh
new file mode 100755 (executable)
index 0000000..64f1513
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+zcat $1 >/tmp/a
+TIME=`./parse/SAX2Print/SAX2Print -v=never /tmp/a`
+echo `fgrep $1 $2 | cut -d ' ' -f 2,3`" "$TIME